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_name__", "version": "2.0", "short_name": "__MSG_short_name__", "default_locale": "en", "description": "__MSG_description__", "author": "Veeresh Devireddy", "icons": { "16": "images\/icon.png", "32": "images\/icon.png", "48": "images\/icon.png", "96": "images\/icon.png", "128": "images\/icon.png" }, "action": { "default_title": "__MSG_labelGenerate__", "default_popup": "popup.html" }, "background": { "service_worker": "service_worker.js", "type": "module" }, "offline_enabled": true, "options_ui": { "open_in_tab": true, "page": "options.html" }, "permissions": [ "contextMenus", "activeTab", "unlimitedStorage", "storage", "scripting" ], "commands": { "_execute_action": { "suggested_key": { "default": "Alt+Shift+Q" } } }, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "scripts\/content.js", "scripts\/common.js", "scripts\/vendors.js", "scripts\/shared\/*", "scripts\/content\/*", "images\/bg1.jpg" ] } ] }