notion-enhancer/extension/repo/components@36a2ffc9-27ff-480e-84a7-c7700a7d232d/mod.json
dragonwocky a7549cd9db api hooks - enabling core mods to extend the api
moved tooltips to one, preparing to set up sidebar
2021-10-02 00:12:30 +10:00

39 lines
1.0 KiB
JSON

{
"name": "components",
"id": "36a2ffc9-27ff-480e-84a7-c7700a7d232d",
"version": "0.2.0",
"description": "notion-style elements reuseable by other mods, inc. tooltips and the side panel.",
"tags": ["core"],
"authors": [
{
"name": "dragonwocky",
"email": "thedragonring.bod@gmail.com",
"homepage": "https://dragonwocky.me/",
"avatar": "https://dragonwocky.me/avatar.jpg"
},
{
"name": "CloudHill",
"email": "rh.cloudhill@gmail.com",
"homepage": "https://github.com/CloudHill",
"avatar": "https://avatars.githubusercontent.com/u/54142180"
}
],
"js": {
"hook": "hook.mjs"
},
"css": {
"client": ["tooltip.css", "sidebar.css"],
"menu": ["tooltip.css"],
"frame": ["tooltip.css"]
},
"options": [
{
"type": "hotkey",
"key": "side-panel-hotkey",
"label": "toggle side panel hotkey",
"value": "Ctrl+Alt+\\",
"tooltip": "opens the side panel in notion - will only work if a mod is making use of it."
}
]
}