notion-enhancer/repo/collapse-properties/mod.json
dragonwocky 1e5c985e76 extension: collapse properties
formerly property-layout, added per-page memory
2021-10-13 11:19:38 +11:00

23 lines
564 B
JSON

{
"name": "collapse properties",
"id": "4034a578-7dd3-4633-80c6-f47ac5b7b160",
"version": "0.3.0",
"description": "add a button to quickly collapse/expand page properties that usually push down page content.",
"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": []
}