mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-07 05:59:02 +00:00
24 lines
611 B
JSON
24 lines
611 B
JSON
{
|
|
"name": "collapsible properties",
|
|
"id": "4034a578-7dd3-4633-80c6-f47ac5b7b160",
|
|
"version": "0.3.0",
|
|
"description": "adds a button to quickly collapse/expand page properties that usually push down page content.",
|
|
"preview": "collapsible-properties.jpg",
|
|
"tags": ["extension", "layout"],
|
|
"authors": [
|
|
{
|
|
"name": "dragonwocky",
|
|
"email": "thedragonring.bod@gmail.com",
|
|
"homepage": "https://dragonwocky.me/",
|
|
"avatar": "https://dragonwocky.me/avatar.jpg"
|
|
}
|
|
],
|
|
"css": {
|
|
"client": ["client.css"]
|
|
},
|
|
"js": {
|
|
"client": ["client.mjs"]
|
|
},
|
|
"options": []
|
|
}
|