mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-07 14:09:03 +00:00
24 lines
575 B
JSON
24 lines
575 B
JSON
{
|
|
"name": "simpler databases",
|
|
"id": "752933b5-1258-44e3-b49a-61b4885f8bda",
|
|
"version": "0.2.0",
|
|
"description": "adds a menu to inline databases to toggle ui elements.",
|
|
"preview": "simpler-databases.jpg",
|
|
"tags": ["extension", "layout"],
|
|
"authors": [
|
|
{
|
|
"name": "CloudHill",
|
|
"email": "rh.cloudhill@gmail.com",
|
|
"homepage": "https://github.com/CloudHill",
|
|
"avatar": "https://avatars.githubusercontent.com/u/54142180"
|
|
}
|
|
],
|
|
"js": {
|
|
"client": ["client.mjs"]
|
|
},
|
|
"css": {
|
|
"client": ["client.css"]
|
|
},
|
|
"options": []
|
|
}
|