Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_shortDesc__", "version": "1.0.3", "version_name": "1.0.3", "default_locale": "en", "permissions": [ "activeTab", "storage" ], "host_permissions": [ "https:\/\/chat.mistral.ai\/*" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "https:\/\/chat.mistral.ai\/*" ], "js": [ "lib\/html2pdf.bundle.min.js", "content.js" ], "css": [], "run_at": "document_idle" } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "web_accessible_resources": [ { "resources": [ "lib\/*" ], "matches": [ "https:\/\/chat.mistral.ai\/*" ] } ], "minimum_chrome_version": "88", "offline_enabled": false, "incognito": "split", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" }