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": "__MSG_app_title__", "version": "1.1", "description": "__MSG_app_description__", "permissions": [ "storage" ], "host_permissions": [ "https:\/\/api.openai.com\/*" ], "default_locale": "en", "action": { "default_popup": "popup.html", "default_icon": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" } }, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" } }