mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-06 21:49:03 +00:00
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "notion-enhancer",
|
|
"version": "0.11.0",
|
|
"author": "dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)",
|
|
"description": "an enhancer/customiser for the all-in-one productivity workspace notion.so",
|
|
"homepage_url": "https://notion-enhancer.github.io",
|
|
"icons": {
|
|
"16": "icon/colour-x16.png",
|
|
"32": "icon/colour-x32.png",
|
|
"48": "icon/colour-x48.png",
|
|
"128": "icon/colour-x128.png",
|
|
"256": "icon/colour-x256.png",
|
|
"512": "icon/colour-x512.png"
|
|
},
|
|
"action": {},
|
|
"background": { "service_worker": "worker.js" },
|
|
"options_page": "repo/menu@a6621988-551d-495a-97d8-3c568bca2e9e/menu.html",
|
|
"web_accessible_resources": [
|
|
{
|
|
"resources": ["api/*", "dep/*", "icon/*", "repo/*"],
|
|
"matches": ["https://*.notion.so/*", "https://*.notion.site/*"]
|
|
}
|
|
],
|
|
"content_scripts": [
|
|
{
|
|
"matches": ["https://*.notion.so/*", "https://*.notion.site/*"],
|
|
"js": ["launcher.js"]
|
|
}
|
|
],
|
|
"permissions": ["tabs", "storage", "unlimitedStorage"],
|
|
"host_permissions": ["https://*.notion.so/*", "https://*.notion.site/*", "<all_urls>"]
|
|
}
|