mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-07 14:09:03 +00:00
23 lines
516 B
JSON
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": []
|
|
}
|