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_extName__", "description": "__MSG_extDes__", "action": { "default_icon": "img\/logo.png", "default_title": "__MSG_extName__" }, "background": { "service_worker": "js\/background.js", "type": "module" }, "commands": { "_execute_action": { "suggested_key": { "chromeos": "Alt+K", "default": "Alt+K", "mac": "Alt+K", "windows": "Alt+K" } } }, "content_scripts": [ { "js": [ "js\/content-script.js" ], "matches": [ "<all_urls>" ], "run_at": "document_end" } ], "default_locale": "en", "host_permissions": [ "<all_urls>" ], "icons": { "128": "img\/logo.png" }, "manifest_version": 3, "permissions": [ "storage", "tabs", "sidePanel", "contextMenus", "activeTab" ], "side_panel": { "default_path": "side_panel.html" }, "version": "1.0.0", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/ppaipmihdgkcoiiikpnbmiaehcndglml" }