Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_app_description__", "default_locale": "en", "version": "1.0.7", "action": { "default_popup": "src\/layouts\/popup.html", "default_icon": "icons\/icon128x128.png" }, "permissions": [ "storage", "scripting" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "run_at": "document_end", "js": [ "src\/js\/contentScript.js" ] } ], "background": { "service_worker": "src\/js\/serviceWorker.js", "type": "module" }, "options_ui": { "open_in_tab": true, "page": "src\/layouts\/main.html" }, "icons": { "16": "icons\/icon16x16.png", "32": "icons\/icon32x32.png", "64": "icons\/icon64x64.png", "128": "icons\/icon128x128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "matches": [ "*:\/\/*\/*" ], "resources": [ "\/src\/layouts\/modal.html" ] } ], "commands": { "_execute_action": [], "allow-last-request": { "description": "__MSG_context_item2__" }, "background-last-request": { "description": "__MSG_context_item4__" }, "deny-last-request": { "description": "__MSG_context_item3__" }, "redirect-last-request": { "description": "__MSG_context_item5__" } } }