mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-07 05:59:02 +00:00
23 lines
505 B
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"]
|
|
}
|
|
}
|