Skip to content

Commit e5c451b

Browse files
committed
modified: README.md
modified: browser-extension/manifest.firefox.json
1 parent 396bd16 commit e5c451b

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,16 @@ MONGO_PASSWORD=
7171
docker compose up --build -d
7272
```
7373

74+
## Build Browser Extension
75+
76+
### Requires
77+
- Bun (https://bun.sh)
78+
79+
### Build
80+
81+
```
82+
bun install
83+
./build-extension.sh
84+
```
85+
86+
This Builds the Chrome and Firefox extensions and places them in the `browser-extension/web-ext-artifacts` directory.

browser-extension/manifest.firefox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
}],
4040
"browser_specific_settings": {
4141
"gecko": {
42-
"id": "trusty-notes@toolworks.dev"
42+
"id": "trustynotes@toolworks.dev"
4343
}
4444
}
4545
}

0 commit comments

Comments
 (0)