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": "MiniGPT",
"version": "1.0.1",
"description": "Open ChatGPT in a resizable side popup window.",
"permissions": [
"storage",
"windows",
"system.display"
],
"background": {
"service_worker": "background.js"
},
"icons": {
"128": "icon128.png"
},
"action": {
"default_title": "Open ChatGPT"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+C"
},
"description": "Open ChatGPT as popup"
}
}
}