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_extName__", "version": "1.0", "description": "__MSG_extDesc__", "permissions": [ "tabs", "management" ], "action": { "default_popup": "popup.html", "default_icon": { "48": "icons\/monkey48.png", "128": "icons\/monkey128.png" } }, "background": { "service_worker": "scripts\/background.js", "type": "module" }, "options_page": "options.html", "icons": { "48": "icons\/monkey48.png", "128": "icons\/monkey128.png" }, "web_accessible_resources": [ { "resources": [ "scripts\/lists\/*.js" ], "matches": [ "<all_urls>" ] } ] }