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", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "manifest_version": 3, "version": "1.0.0.71", "minimum_chrome_version": "88", "icons": { "128": "logo.png" }, "offline_enabled": false, "default_locale": "en", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*\/*" ], "all_frames": true, "js": [ "consts.js", "nativeenvironment.js", "permission.js", "contentscript.js" ], "run_at": "document_start" } ], "permissions": [ "nativeMessaging", "clipboardWrite", "clipboardRead", "storage", "tabs", "scripting", "activeTab" ], "optional_permissions": [ "desktopCapture" ], "options_page": "options.html", "web_accessible_resources": [ { "resources": [ "manifest.json" ], "matches": [ "<all_urls>" ] } ], "host_permissions": [ "*:\/\/*\/" ] }