mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-07 22:19:02 +00:00
33 lines
693 B
JSON
33 lines
693 B
JSON
{
|
|
"name": "custom-inserts",
|
|
"id": "b4b0aced-2059-43bf-8d1d-ccd757ee5ebb",
|
|
"version": "0.2.0",
|
|
"description": "link files for small client-side tweaks.",
|
|
"tags": ["extension", "customisation"],
|
|
"authors": [
|
|
{
|
|
"name": "dragonwocky",
|
|
"email": "thedragonring.bod@gmail.com",
|
|
"url": "https://dragonwocky.me/",
|
|
"icon": "https://dragonwocky.me/avatar.jpg"
|
|
}
|
|
],
|
|
"js": {
|
|
"client": ["client.js"]
|
|
},
|
|
"options": [
|
|
{
|
|
"type": "file",
|
|
"key": "css",
|
|
"label": "css insert",
|
|
"extensions": [".css"]
|
|
},
|
|
{
|
|
"type": "file",
|
|
"key": "js",
|
|
"label": "client js insert",
|
|
"extensions": [".js"]
|
|
}
|
|
]
|
|
}
|