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": "Text to Notion",
"version": "1.11",
"icons": {
"16": "t2n.png",
"32": "t2n.png",
"48": "t2n.png",
"128": "t2n.png"
},
"permissions": [
"storage",
"contextMenus",
"webNavigation"
],
"host_permissions": [
"https:\/\/api.notion.com\/*",
"https:\/\/chrome-extension-frontend.vercel.app\/*"
],
"action": {
"default_popup": "index.html"
},
"background": {
"service_worker": "background.js"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}