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, "default_locale": "en", "name": "__MSG_extensionName__", "version": "0.2.2", "description": "__MSG_extensionDescription__", "action": { "default_popup": "popup\/index.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "web_accessible_resources": [ { "resources": [ "*.js", "*.css", "*.svg", "icon-128.png", "icon-34.png" ], "matches": [ "*:\/\/*\/*" ] } ] }