notion-enhancer/repo/outliner/mod.json
2021-10-19 16:40:50 +11:00

23 lines
516 B
JSON

{
"name": "outliner",
"id": "87e077cc-5402-451c-ac70-27cc4ae65546",
"version": "0.4.0",
"description": "adds a table of contents to the side panel.",
"tags": ["extension", "panel"],
"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": []
}