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", "version": "1.0.5", "name": "__MSG_name__", "default_locale": "en", "short_name": "__MSG_short_name__", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "description": "__MSG_description__", "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "\/scripts\/cnt.js", "\/scripts\/libs\/jquery.js", "\/scripts\/rateUs.js", "\/scripts\/libs\/fbr.js" ], "css": [ "\/styles\/rateUs.css" ], "run_at": "document_start", "all_frames": true } ], "offline_enabled": true, "manifest_version": 3, "background": { "service_worker": "\/scripts\/worker.js" }, "action": { "default_popup": "pp.html", "default_icon": "icons\/128.png" }, "web_accessible_resources": [ { "resources": [ "\/styles\/helper.css", "preview.html" ], "matches": [ "<all_urls>" ] } ], "host_permissions": [ "<all_urls>" ], "permissions": [ "storage", "unlimitedStorage", "scripting" ] }