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": "Focus to Notion",
"version": "1.2.1",
"description": "Stay focused while browsing and save everything to Notion",
"permissions": [
"sidePanel",
"storage",
"alarms",
"activeTab"
],
"host_permissions": [
"https:\/\/api.notion.com\/*"
],
"side_panel": {
"default_path": "src\/sidepanel\/index.html"
},
"action": {
"default_popup": "src\/popup\/index.html",
"default_icon": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
}
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"icons": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
}
}