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 for LLMs", "version": "1.2", "description": "Helps you to chat and RAG with your LLMs via ollama", "permissions": [ "sidePanel", "activeTab" ], "action": { "default_title": "Click to open panel", "default_icon": "icons\/cl-16x16.png" }, "icons": { "16": "icons\/cl-16x16.png", "48": "icons\/cl-48x48.png", "128": "icons\/cl-128x128.png" }, "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "js\/service-worker.js" } }