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": "2.5", "icons": { "16": "icons\/icon-logo.png", "32": "icons\/icon-logo.png", "48": "icons\/icon-logo.png", "128": "icons\/icon-logo.png" }, "background": { "service_worker": "js\/worker.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "js\/helpers\/jquery.min.js", "js\/content.js" ], "css": [ "assets\/content.css" ], "run_at": "document_idle" } ], "action": { "default_icon": { "19": "icons\/icon-logo.png", "38": "icons\/icon-logo.png" }, "default_title": "__MSG_app_name__" }, "permissions": [ "tabCapture", "storage", "activeTab", "system.display" ], "web_accessible_resources": [ { "resources": [ "*.css" ], "matches": [ "<all_urls>" ] } ] }