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, "version": "0.0.1", "default_locale": "en", "short_name": "Screenshot on mac", "name": "__MSG_appName__", "description": "__MSG_shortDesc__", "action": { "default_title": "__MSG_appName__" }, "background": { "service_worker": "background.bundle.js" }, "host_permissions": [ "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "run_at": "document_start", "js": [ "contentScript.bundle.js" ] } ], "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "64": "img\/icon-64.png", "128": "img\/icon-128.png" }, "options_page": "options.html", "permissions": [ "activeTab", "storage", "tabs", "scripting" ] }