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": "AI Chat Shortcut",
"description": "AI Chat Shortcut is a Browser extension that allows users to quickly access various AI chat services directly from the address bar.",
"version": "0.2.0",
"icons": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"96": "icon\/96.png",
"128": "icon\/128.png"
},
"permissions": [
"storage",
"scripting"
],
"omnibox": {
"keyword": "@chat"
},
"host_permissions": [
"https:\/\/chatgpt.com\/",
"https:\/\/poe.com\/",
"https:\/\/gemini.google.com\/",
"https:\/\/gemini.google.com\/app",
"https:\/\/claude.ai\/",
"https:\/\/claude.ai\/new"
],
"background": {
"service_worker": "background.js"
},
"options_ui": {
"page": "options.html"
}
}