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, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "1.11.517", "icons": { "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "64": "icons\/icon_64.png", "128": "icons\/icon_128.png" }, "default_locale": "en", "permissions": [ "storage", "tabs", "privacy", "webRequest", "contextMenus", "nativeMessaging", "offscreen", "scripting", "clipboardWrite", "clipboardRead", "webRequestAuthProvider" ], "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "resources": [ "iframe.html", "images\/popup-spinner.png", "images\/popup-background-portrait.png", "images\/popup-background-landscape.png", "page.js", "*.js.map" ], "matches": [ "*:\/\/*\/*" ] } ], "omnibox": { "keyword": "hey" }, "commands": { "search": { "suggested_key": { "default": "Ctrl+Shift+1" }, "description": "__MSG_searchCommandDescription__", "global": true } }, "externally_connectable": { "ids": [ "pggafokhnhmepobjlhgaibeblogakipe", "cajjbdjepfpnnbnhnilgeikaaicpnbhn" ] }, "background": { "service_worker": "background.js" }, "action": { "default_title": "heylogin", "default_popup": "popup.html" }, "options_ui": { "page": "options.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "run_at": "document_start", "js": [ "content-scripts\/content.js" ] } ], "version_name": "1.11.517" }