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": "2.3.1", "description": "__MSG_extensionDescription__", "offline_enabled": true, "default_locale": "en", "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ] } ], "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "cookies", "tabs", "clipboardRead", "clipboardWrite" ], "host_permissions": [ "*:\/\/*\/*" ], "action": { "default_popup": "index.html", "default_icon": "icons\/128.png", "default_title": "__MSG_extensionName__" }, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } }