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_appName__", "short_name": "Ask GPT", "version": "0.0.3700", "description": "__MSG_appDesc__", "manifest_version": 3, "default_locale": "en", "optional_host_permissions": [ "<all_urls>" ], "host_permissions": [ "https:\/\/*.openai.com\/*", "https:\/\/*.chatgpt.com\/*" ], "optional_permissions": [ "desktopCapture" ], "permissions": [ "storage", "scripting", "contextMenus", "activeTab" ], "omnibox": { "keyword": "gg" }, "icons": { "128": "128.png" }, "background": { "service_worker": "background.js", "type": "module" }, "action": [], "options_ui": { "open_in_tab": true, "page": "options.html" }, "content_scripts": [ { "matches": [ "https:\/\/chatgpt.com\/*" ], "js": [ "isolated.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/chatgpt.com\/*" ], "js": [ "main.js" ], "world": "MAIN", "run_at": "document_start" } ], "commands": { "1openPopup": { "description": "Open ChatGPT" }, "actionA": { "description": "Action A" }, "actionB": { "description": "Action B" }, "actionC": { "description": "Action C" }, "actionD": { "description": "Action D" }, "actionE": { "description": "Action E" }, "actionF": { "description": "Action F" }, "actionG": { "description": "Action G" }, "actionH": { "description": "Action H" }, "actionI": { "description": "Action I" }, "actionJ": { "description": "Action J" }, "actionK": { "description": "Action K" }, "actionL": { "description": "Action L" }, "actionM": { "description": "Action M" }, "actionN": { "description": "Action N" }, "actionO": { "description": "Action O" }, "actionP": { "description": "Action P" }, "actionQ": { "description": "Action Q" }, "actionR": { "description": "Action R" }, "actionS": { "description": "Action S" } } }