mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-04 12:49:03 +00:00
firefox support will involve some tweaking, manifest v3 not fully supported yet
83 lines
3.3 KiB
JSON
83 lines
3.3 KiB
JSON
{
|
|
"name": "notion-enhancer",
|
|
"version": "0.11.1",
|
|
"id": "0f0bf8b6-eae6-4273-b307-8fc43f2ee082",
|
|
"description": "an enhancer/customiser for the all-in-one productivity workspace notion.so",
|
|
"tags": ["core"],
|
|
"authors": [
|
|
{
|
|
"name": "dragonwocky",
|
|
"homepage": "https://dragonwocky.me/",
|
|
"avatar": "https://dragonwocky.me/avatar.jpg"
|
|
}
|
|
],
|
|
"options": [
|
|
{ "type": "heading", "label": "Hotkeys" },
|
|
{
|
|
"type": "hotkey",
|
|
"key": "openMenuHotkey",
|
|
"description": "Opens the notion-enhancer menu from within Notion.",
|
|
"value": "Ctrl+Shift+,"
|
|
},
|
|
{
|
|
"type": "hotkey",
|
|
"key": "togglePanelHotkey",
|
|
"description": "Toggles the side panel used by some notion-enhancer extensions to display additional information and interfaces within the Notion app.",
|
|
"value": "Ctrl+Shift+\\"
|
|
},
|
|
{
|
|
"type": "hotkey",
|
|
"key": "toggleWindowHotkey",
|
|
"description": "Toggles focus of the Notion window anywhere, even when your Notion app isn't active.",
|
|
"value": "Ctrl+Shift+A"
|
|
},
|
|
{ "type": "heading", "label": "Appearance" },
|
|
{
|
|
"type": "file",
|
|
"key": "customStyles",
|
|
"description": "Adds the styles from an uploaded .css file to Notion. Use this if you would like to customise the current theme or <a href=\"https://notion-enhancer.github.io/advanced/tweaks\">otherwise tweak Notion's appearance</a>.",
|
|
"extensions": ["css"]
|
|
},
|
|
{
|
|
"type": "select",
|
|
"key": "loadThemeOverrides",
|
|
"description": "Loads the styling required for a theme to customise Notion's interface. Disabling this may increase client performance, but will also disable all themes.",
|
|
"values": ["Auto", "Enabled", "Disabled"]
|
|
},
|
|
{
|
|
"type": "select",
|
|
"key": "menuButtonIconStyle",
|
|
"description": "Sets whether the notion-enhancer icon added to Notion's sidebar should be coloured or monochrome. The latter style will match the theme's icon colour for users who would like the icon to be less noticeable.",
|
|
"values": ["Colour", "Monochrome"]
|
|
},
|
|
{
|
|
"type": "toggle",
|
|
"key": "peekPanelOnHover",
|
|
"description": "Pops the side panel out to preview its content when hovering near the right edge of the window, in the same way that Notion's left-hand sidebar will slide out on hover. Disable this if you prefer to view the panel only by pinning it.",
|
|
"value": true
|
|
},
|
|
{
|
|
"type": "heading",
|
|
"label": "Advanced",
|
|
"_autoremoveIfSectionEmpty": false
|
|
},
|
|
{
|
|
"type": "file",
|
|
"label": "Custom JavaScript",
|
|
"key": "customScript",
|
|
"description": "Executes the uploaded userscript within Notion. Requires <a href='https://developer.chrome.com/docs/extensions/reference/api/userScripts#developer_mode_for_extension_users'>developer mode</a> to be enabled in your browser's extension settings to run in Chromium-based browsers.",
|
|
"extensions": ["js"]
|
|
},
|
|
{
|
|
"type": "toggle",
|
|
"key": "developerMode",
|
|
"description": "Activates built-in debugging tools accessible through the application menu.",
|
|
"platforms": ["linux", "win32", "darwin"],
|
|
"value": true
|
|
}
|
|
],
|
|
"clientStyles": ["variables.css", "../vendor/@unocss-preflight-tailwind.css"],
|
|
"clientScripts": ["client.mjs"],
|
|
"electronScripts": [[".webpack/main/index", "electron.cjs"]]
|
|
}
|