We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 396bd16 commit e5c451bCopy full SHA for e5c451b
README.md
@@ -71,3 +71,16 @@ MONGO_PASSWORD=
71
docker compose up --build -d
72
```
73
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
@@ -39,7 +39,7 @@
39
}],
40
"browser_specific_settings": {
41
"gecko": {
42
- "id": "trusty-notes@toolworks.dev"
+ "id": "trustynotes@toolworks.dev"
43
}
44
45
0 commit comments