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, "default_locale": "en", "name": "__MSG_extensionName__", "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "109.0" } }, "version": "0.5.0", "description": "__MSG_extensionDescription__", "host_permissions": [ "<all_urls>" ], "permissions": [ "storage" ], "action": { "default_popup": "popup\/index.html", "default_icon": "32.png" }, "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png" }, "web_accessible_resources": [ { "resources": [ "*.js", "*.css", "*.svg", "128.png", "32.png" ], "matches": [ "*:\/\/*\/*" ] } ] }