diff --git a/README.md b/README.md index 14a7ad1..b4dfb32 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file diff --git a/browser-extension/manifest.firefox.json b/browser-extension/manifest.firefox.json index 0b0ee74..144692a 100644 --- a/browser-extension/manifest.firefox.json +++ b/browser-extension/manifest.firefox.json @@ -39,7 +39,7 @@ }], "browser_specific_settings": { "gecko": { - "id": "trusty-notes@toolworks.dev" + "id": "trustynotes@toolworks.dev" } } } \ No newline at end of file