Skip to content

Commit

Permalink
modified: README.md
Browse files Browse the repository at this point in the history
	modified:   browser-extension/manifest.firefox.json
  • Loading branch information
0xGingi committed Dec 20, 2024
1 parent 396bd16 commit e5c451b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,16 @@ MONGO_PASSWORD=
docker compose up --build -d
```

## Build Browser Extension

### Requires
- Bun (https://bun.sh)

### Build

```
bun install
./build-extension.sh
```

This Builds the Chrome and Firefox extensions and places them in the `browser-extension/web-ext-artifacts` directory.
2 changes: 1 addition & 1 deletion browser-extension/manifest.firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
}],
"browser_specific_settings": {
"gecko": {
"id": "trusty-notes@toolworks.dev"
"id": "trustynotes@toolworks.dev"
}
}
}

0 comments on commit e5c451b

Please sign in to comment.