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_extName__", "description": "__MSG_extDescription__", "version": "1.0.3", "default_locale": "en", "action": { "default_icon": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_popup": "popup.html" }, "options_page": "options.html", "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "css": [ "styles\/content.css" ], "js": [ "scripts\/content.js" ] } ], "web_accessible_resources": [ { "resources": [ "icons\/close.png", "icons\/light.png", "icons\/dark.png", "icons\/settings.svg", "_locales\/*" ], "matches": [ "<all_urls>" ] } ], "background": { "service_worker": "scripts\/background.js" }, "host_permissions": [ "<all_urls>" ] }