notion-enhancer/extension/repo/custom-inserts@b4b0aced-2059-43bf-8d1d-ccd757ee5ebb/mod.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"]
}
]
}