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": "ChatO - Advanced AI Agents using ChatGPT4o",
"description": "Free online ChatO AI Agents with Chat GPT 4o, GPT-4o, ChatGPT 4o, MCP Claude. Instant file, web, image intelligence.",
"version": "1.0.0.0",
"version_name": "1.0.0",
"action": {
"default_title": "ChatO - Open Sidebar"
},
"commands": {
"open-sidebar": {
"suggested_key": {
"default": "Ctrl+Shift+X",
"mac": "Command+Shift+X"
},
"description": "Open the sidebar"
}
},
"externally_connectable": {
"ids": [
"*"
]
},
"manifest_version": 3,
"icons": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"permissions": [
"storage",
"unlimitedStorage",
"contextMenus",
"tabs",
"activeTab"
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/sidebar.tsx-loader-d53ad28a.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"<all_urls>"
]
},
{
"js": [
"assets\/initQuickMenu.tsx-loader-ecfaa597.js",
"assets\/listenContextMenu.tsx-loader-a9a0f083.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"<all_urls>"
],
"all_frames": true,
"css": [
"assets\/initQuickMenu-1cbe7550.css"
]
}
],
"web_accessible_resources": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"resources": [
"src\/pages\/sidebar\/index.html",
"images\/chat.svg",
"src\/pages\/settings\/index.html"
],
"use_dynamic_url": false
},
{
"matches": [
"<all_urls>",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"resources": [
"assets\/logs-c6bb45f9.js",
"assets\/sidebar.tsx-09daf743.js",
"assets\/useThemeSync-ad6a3b15.js",
"assets\/RecursiveItem-238f4b75.js",
"assets\/generatePromptInSidebar-a51e9779.js",
"assets\/default-0caa0535.js",
"assets\/index-cb85f152.js",
"assets\/initQuickMenu.tsx-cdc9ebea.js",
"assets\/getStoredPrompts-cd885a2e.js",
"assets\/listenContextMenu.tsx-319f931f.js"
],
"use_dynamic_url": false
}
]
}