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, "name": "__MSG_extensionName__", "version": "0.1.0", "description": "__MSG_extensionDescription__", "default_locale": "en", "permissions": [ "storage", "tabs" ], "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content_script.js" ], "css": [ "status_bar.css" ], "run_at": "document_idle" } ], "options_page": "options.html", "action": { "default_popup": "options.html", "default_icon": { "16": "icons\/icon.png", "48": "icons\/icon.png", "128": "icons\/icon.png" }, "default_title": "__MSG_extensionName__" }, "icons": { "16": "icons\/icon.png", "48": "icons\/icon.png", "128": "icons\/icon.png" } }