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_extName__", "description": "__MSG_extDesc__", "version": "2.4", "default_locale": "en", "action": { "default_icon": "icon.png", "default_popup": "index.html", "default_title": "__MSG_title__" }, "background": { "service_worker": "background.js" }, "icons": { "48": "icon.png", "128": "icon.png" }, "permissions": [ "storage" ], "host_permissions": [], "web_accessible_resources": [ { "resources": [ "img\/*.png" ], "matches": [ "<all_urls>" ] } ] }