{ "manifest_version": 3, "name": "__MSG_extName__", "version": "0.4.3", "description": "__MSG_extDescription__", "default_locale": "en", "permissions": [ "activeTab", "scripting", "storage", "sidePanel", "tabs" ], "host_permissions": [ "https://memento-note.com/*", "https://www.memento-note.com/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https://memento-note.com/*", "https://www.memento-note.com/*" ], "js": [ "content.js" ], "run_at": "document_idle", "all_frames": false } ], "action": { "default_title": "__MSG_extActionTitle__", "default_icon": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } }, "sidebar_action": { "default_title": "__MSG_extActionTitle__", "default_panel": "sidepanel.html", "default_icon": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } }, "browser_specific_settings": { "gecko": { "id": "memento-clipper@memento-note.com", "strict_min_version": "115.0" } }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } }