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, "name": "__MSG_appName__", "description": "__MSG_shortDesc__", "version": "1.1.8", "default_locale": "en", "permissions": [ "tabs", "activeTab", "scripting" ], "icons": { "16": "img\/16x16.png", "32": "img\/48x48.png", "48": "img\/64x64.png", "96": "img\/128x96.png", "128": "img\/128x128.png" }, "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": "img\/128x128.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "contentScript.js" ], "all_frames": true, "run_at": "document_idle" } ], "commands": { "toggle_font_detector": { "suggested_key": { "default": "Shift+Alt+X", "mac": "Shift+Alt+X" }, "description": "Toggle font detector" } } }