{ "manifest_version": 3, "name": "Margin", "description": "Write in the margins of the web. Annotate any URL with AT Protocol.", "version": "0.0.11", "icons": { "16": "icons/favicon-16x16.png", "32": "icons/favicon-32x32.png", "48": "icons/icon-48x48.png", "64": "icons/icon-64x64.png", "128": "icons/icon-128x128.png" }, "action": { "default_popup": "popup/popup.html", "default_icon": { "16": "icons/favicon-16x16.png", "32": "icons/favicon-32x32.png", "48": "icons/icon-48x48.png" }, "default_title": "Margin - View annotations" }, "sidebar_action": { "default_panel": "sidepanel/sidepanel.html", "default_icon": { "16": "icons/favicon-16x16.png", "32": "icons/favicon-32x32.png" }, "default_title": "Margin Sidebar", "open_at_install": false }, "background": { "scripts": ["background/service-worker.js"], "type": "module" }, "content_scripts": [ { "matches": [""], "js": ["content/content.js"], "css": ["content/content.css"], "run_at": "document_idle" } ], "permissions": ["storage", "activeTab", "tabs", "cookies", "contextMenus"], "optional_permissions": ["notifications"], "host_permissions": [""], "options_ui": { "page": "popup/popup.html", "open_in_tab": true }, "browser_specific_settings": { "gecko": { "id": "hello@margin.at", "strict_min_version": "140.0", "data_collection_permissions": { "required": ["none"] } } } }