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": "ChatGPT Side Panel",
"description": "Access ChatGPT in Chrome side panel",
"version": "1.1.0",
"icons": {
"16": "src\/assets\/icon.png",
"32": "src\/assets\/icon.png",
"48": "src\/assets\/icon.png",
"128": "src\/assets\/icon.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"action": {
"default_title": "Click to open panel"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"host_permissions": [
"https:\/\/*.openai.com\/",
"https:\/\/*.chatgpt.com\/"
],
"permissions": [
"sidePanel",
"declarativeNetRequest",
"notifications"
]
}