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,
"version": "2.1.9",
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"default_locale": "en",
"options_ui": {
"page": "src\/pages\/options\/index.html"
},
"action": {
"default_icon": {
"128": "logo-128.png"
}
},
"icons": {
"128": "logo-128.png"
},
"permissions": [
"tabs",
"storage",
"notifications",
"activeTab",
"contextMenus",
"scripting"
],
"content_scripts": [
{
"js": [
"assets\/index.tsx-loader-JNhvtwdJ.js"
],
"matches": [
"https:\/\/chatgpt.com\/*"
],
"css": [
"contentStyle.css",
"assets\/index-CmpUjW_g.css"
],
"run_at": "document_end"
},
{
"js": [
"assets\/loginMessage.tsx-loader-DIKum-wc.js"
],
"matches": [
"https:\/\/auth.openai.com\/*"
],
"run_at": "document_end"
}
],
"devtools_page": "src\/pages\/devtools\/index.html",
"web_accessible_resources": [
{
"matches": [
"https:\/\/chatgpt.com\/*"
],
"resources": [
"contentStyle.css",
"logo-128.png",
"t-logo-128.png",
"chrome-pin.png",
"firefox-pin.png",
"extension-guide.png",
"pdf.worker.js",
"injected.js",
"webreader.png",
"upload-docs-chrome.png",
"upload-docs-firefox.png",
"assets\/index-XpTZGNQj.js",
"assets\/client-DEd_0JPc.js",
"assets\/utils-DpJbrlaB.js",
"assets\/_commonjsHelpers-D6-XlEtG.js",
"assets\/index.tsx-DZJJseXI.js"
],
"use_dynamic_url": false
},
{
"matches": [
"https:\/\/auth.openai.com\/*"
],
"resources": [
"logo-128.png",
"t-logo-128.png",
"assets\/loginMessage.tsx-aUXwFn0p.js"
],
"use_dynamic_url": false
}
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
}
}