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", "manifest_version": 3, "name": "__MSG_app_name__", "description": "__MSG_app_description__", "default_locale": "en", "version": "1.1.16", "icons": { "16": "assets\/icon-logo.png", "32": "assets\/icon-logo.png", "48": "assets\/icon-logo.png", "128": "assets\/icon-logo.png" }, "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "js\/helpers\/jquery.min.js", "js\/content-script.js" ], "css": [ "styles\/content.css" ], "run_at": "document_start", "all_frames": true } ], "host_permissions": [ "<all_urls>" ], "action": { "default_icon": { "19": "assets\/icon-logo.png", "38": "assets\/icon-logo.png" }, "default_popup": "popup.html", "default_title": "__MSG_app_name__" }, "permissions": [ "tabCapture", "offscreen", "storage" ], "web_accessible_resources": [ { "resources": [ "*.css" ], "matches": [ "<all_urls>" ] } ] }