notion-enhancer/extension/repo/menu@a6621988-551d-495a-97d8-3c568bca2e9e/mod.json

23 lines
505 B
JSON

{
"name": "menu",
"id": "a6621988-551d-495a-97d8-3c568bca2e9e",
"description": "the enhancer's graphical menu, related buttons and shortcuts.",
"version": "0.11.0",
"tags": ["core"],
"authors": [
{
"name": "dragonwocky",
"email": "thedragonring.bod@gmail.com",
"url": "https://dragonwocky.me/",
"icon": "https://dragonwocky.me/avatar.jpg"
}
],
"css": {
"client": ["client.css"],
"menu": ["menu.css"]
},
"js": {
"client": ["client.js"]
}
}