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_appName__",
"version": "0.0.2",
"description": "__MSG_appDescription__",
"default_locale": "en",
"manifest_version": 3,
"minimum_chrome_version": "100",
"icons": {
"128": "icon-128.3b4522e7.png"
},
"host_permissions": [
"https:\/\/*.openai.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.openai.com\/*"
],
"js": [
"content.70a01fb4.js"
],
"css": [
"content.699ca3cc.css"
],
"run_at": "document_end"
}
],
"background": {
"service_worker": "background.a054f291.js",
"type": "module"
}
}