document Firefox AMO distribution and manifest requirements
This commit is contained in:
parent
3b8b7eb640
commit
133542ae2c
1 changed files with 5 additions and 0 deletions
|
|
@ -190,6 +190,11 @@ dialog#my-modal .my-button {
|
|||
|------|----------|--------|---------|
|
||||
| `uncloseai-browser-toys` | `/home/fox/git/uncloseai-browser-toys` | `git.unturf.com:engineering/unturf/uncloseai-browser-toys` | Browser extension (Chrome, Firefox, Safari). Content script injection, manifest, popup UI. |
|
||||
|
||||
## Browser Extension Distribution
|
||||
- Firefox Add-ons (AMO): `https://addons.mozilla.org/en-US/firefox/addon/uncloseai/`
|
||||
- Direct downloads served from `/public/downloads/` (zips built by browser-toys CI)
|
||||
- Firefox manifest requires `browser_specific_settings.gecko.data_collection_permissions` with `required: ["none"]`
|
||||
|
||||
**Ticket #001 (extension fails on CSP pages)** lives in `uncloseai-browser-toys`, not here. The bundled IIFE (`make bundle-extension`) is built here but the content script that injects it is in browser-toys.
|
||||
|
||||
## Makefile Commands
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue