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",
"name": "__MSG_ext_name__",
"description": "__MSG_ext_description__",
"manifest_version": 3,
"version": "0.1.0",
"default_locale": "en",
"permissions": [
"sidePanel",
"declarativeNetRequest"
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; connect-src 'self' https:\/\/*.openai.com https:\/\/*.chatgpt.com https:\/\/chatgpt.com; style-src 'self' 'unsafe-inline';"
},
"action": {
"default_title": "__MSG_ext_name__"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "assets\/icon16.png",
"32": "assets\/icon32.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
},
"host_permissions": [
"https:\/\/*.openai.com\/*",
"https:\/\/*.chatgpt.com\/*"
]
}