Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.2.2", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "permissions": [ "storage", "activeTab", "scripting" ], "host_permissions": [ "*:\/\/*\/*" ], "icons": { "16": "\/images\/SnippingTool16.png", "32": "\/images\/SnippingTool32.png", "48": "\/images\/SnippingTool48.png", "64": "\/images\/SnippingTool64.png", "128": "\/images\/SnippingTool128.png" }, "content_scripts": [ { "js": [ "contentScript.js" ], "run_at": "document_end", "matches": [ "*:\/\/*\/*" ] } ], "action": { "default_icon": "\/images\/SnippingTool128.png", "default_title": "snipping tool for chrome" }, "background": { "service_worker": "js\/background.js" }, "web_accessible_resources": [ { "resources": [ "fonts\/*.*", "images\/logo_not.png" ], "matches": [ "<all_urls>" ] } ], "options_page": "options.html" }