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": "GPT Assistant - All AI Together",
"short_name": "GPT Assistant",
"version": "1.0.0",
"description": "Access ChatGPT, Gemini, Grok & Claude in one panel. Instant AI assistant for productivity.",
"author": "GPT Assistant",
"homepage_url": "https:\/\/github.com\/gpt-assistant",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_title": "Open AI Assistant Panel"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"background": {
"service_worker": "service_worker.js"
},
"permissions": [
"storage",
"sidePanel",
"declarativeNetRequest",
"declarativeNetRequestWithHostAccess"
],
"host_permissions": [
"https:\/\/chatgpt.com\/*",
"https:\/\/*.chatgpt.com\/*",
"https:\/\/gemini.google.com\/*",
"https:\/\/*.google.com\/*",
"https:\/\/grok.com\/*",
"https:\/\/*.grok.com\/*",
"https:\/\/claude.ai\/*",
"https:\/\/*.claude.ai\/*",
"<all_urls>"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules.json"
}
]
}
}