Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_AppName__", "description": "__MSG_AppDesc__", "default_locale": "en", "manifest_version": 3, "offline_enabled": true, "version": "1.0.5", "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "permissions": [ "declarativeNetRequest" ], "host_permissions": [ "*:\/\/*\/*" ], "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "*.*" ] } ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "action": { "default_icon": "images\/128.png", "default_title": "Mario", "default_popup": "assets\/index.html" }, "content_scripts": [ { "js": [ "assets\/ui.js" ], "all_frames": true, "matches": [ "*:\/\/*\/*" ] } ], "background": { "service_worker": "worker.js" } }