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",
"icons": {
"16": "icon16.plasmo.6c567d50.png",
"32": "icon32.plasmo.76b92899.png",
"48": "icon48.plasmo.aced7582.png",
"64": "icon64.plasmo.8bb5e6e0.png",
"128": "icon128.plasmo.3c1ed2d2.png"
},
"manifest_version": 3,
"action": {
"default_icon": {
"16": "icon16.plasmo.6c567d50.png",
"32": "icon32.plasmo.76b92899.png",
"48": "icon48.plasmo.aced7582.png",
"64": "icon64.plasmo.8bb5e6e0.png",
"128": "icon128.plasmo.3c1ed2d2.png"
},
"default_popup": "popup.html"
},
"version": "2.0.1",
"author": "Th\u00e9o Lartigau",
"name": "Chat to Notion",
"description": "__MSG_extensionDescription__",
"background": {
"service_worker": "static\/background\/index.js"
},
"permissions": [
"storage",
"tabs",
"webRequest",
"scripting"
],
"content_scripts": [
{
"matches": [
"https:\/\/theo-lartigau.notion.site\/ChatGPT-to-Notion-af29d9538dca4493a15bb4ed0fde7f91*"
],
"js": [
"auth.075e4944.js"
],
"css": []
},
{
"matches": [
"https:\/\/chat.openai.com\/*",
"https:\/\/chatgpt.com\/*"
],
"js": [
"autoSave.b328673b.js"
],
"css": []
},
{
"matches": [
"https:\/\/chat.openai.com\/*",
"https:\/\/chatgpt.com\/*"
],
"js": [
"fetchFullPage.4d269ce4.js"
],
"css": []
},
{
"matches": [
"https:\/\/chat.openai.com\/*",
"https:\/\/chatgpt.com\/*"
],
"js": [
"chatgpt.d4913cf1.js"
],
"css": [
"chatgpt.14997f38.css"
]
},
{
"matches": [
"https:\/\/claude.ai\/*"
],
"js": [
"claude.42a83eca.js"
],
"css": [
"chatgpt.14997f38.css"
]
},
{
"matches": [
"https:\/\/chat.deepseek.com\/*"
],
"js": [
"deepseek.71939a0e.js"
],
"css": [
"chatgpt.14997f38.css"
]
},
{
"matches": [
"https:\/\/chat.mistral.ai\/*"
],
"js": [
"mistral.435ef3c1.js"
],
"css": [
"chatgpt.14997f38.css"
]
},
{
"matches": [
"https:\/\/chat.deepseek.com\/*",
"https:\/\/chatgpt.com\/*",
"https:\/\/chat.mistral.ai\/*",
"https:\/\/claude.ai\/*"
],
"js": [
"popup.c8d8412b.js"
],
"css": [
"chatgpt.14997f38.css"
]
}
],
"default_locale": "en",
"web_accessible_resources": [
{
"resources": [
"assets\/tab-demo.gif",
"assets\/popup_notification.html",
"assets\/sdk_translations.json",
"assets\/icon.png",
"assets\/illustration.png",
"assets\/merchants.json"
],
"matches": [
"*:\/\/*\/*"
]
},
{
"matches": [
"https:\/\/chat.deepseek.com\/*",
"https:\/\/chatgpt.com\/*",
"https:\/\/chat.mistral.ai\/*",
"https:\/\/claude.ai\/*"
],
"resources": [
"popup.68f3c9b8.png",
"popup.e64138f1.css",
"popup.fb6abde7.png",
"popup.456add5f.png",
"popup.62aefb70.png"
]
}
],
"host_permissions": [
"https:\/\/api.notion.com\/*",
"https:\/\/chatgpt-to-notion.onrender.com\/*",
"https:\/\/chat.openai.com\/*",
"https:\/\/chatgpt.com\/*",
"https:\/\/chat.deepseek.com\/*",
"https:\/\/chat.mistral.ai\/*",
"https:\/\/claude.ai\/*"
]
}