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": "Geetha GPT",
"version": "1.0.0",
"description": "A privacy-focused AI assistant with wisdom from the Bhagavad Gita and Chanakya",
"permissions": [
"storage",
"contextMenus",
"notifications"
],
"host_permissions": [
"https:\/\/api.openai.com\/*",
"https:\/\/generativelanguage.googleapis.com\/*",
"https:\/\/api.anthropic.com\/*",
"https:\/\/api.x.ai\/*"
],
"background": {
"service_worker": "dist\/assets\/background.js"
},
"action": {
"default_popup": "dist\/src\/popup\/index.html",
"default_title": "Geetha GPT"
},
"options_page": "dist\/src\/options\/index.html",
"icons": {
"16": "public\/icon16.png",
"48": "public\/icon48.png",
"128": "public\/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"public\/assets\/bell.gif",
"public\/assets\/chanakya.png",
"public\/assets\/notification.wav",
"dist\/assets\/*"
],
"matches": [
"<all_urls>"
]
}
]
}