Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "notion-enhancer",
"version": "0.11.1",
"author": "dragonwocky <[email protected]> (https:\/\/dragonwocky.me\/)",
"description": "An enhancer\/customiser for the all-in-one productivity workspace Notion",
"homepage_url": "https:\/\/notion-enhancer.github.io",
"content_scripts": [
{
"matches": [
"*:\/\/*.notion.so\/*"
],
"js": [
"\/init.js"
]
}
],
"background": {
"service_worker": "\/worker.js"
},
"action": [],
"icons": {
"16": "\/assets\/colour-x16.png",
"32": "\/assets\/colour-x32.png",
"48": "\/assets\/colour-x48.png",
"128": "\/assets\/colour-x128.png",
"256": "\/assets\/colour-x256.png",
"512": "\/assets\/colour-x512.png"
},
"permissions": [
"tabs",
"storage",
"userScripts",
"clipboardWrite",
"unlimitedStorage"
],
"host_permissions": [
"*:\/\/*.notion.so\/*"
],
"web_accessible_resources": [
{
"matches": [
"*:\/\/*.notion.so\/*"
],
"resources": [
"\/*"
]
}
]
}