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": "Chatty",
"version": "1.0",
"description": "ChattyUI - your private AI chat for running LLMs in the browser",
"icons": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"128": "images\/icon-128.png"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"permissions": [
"sidePanel"
]
}