notion-enhancer/repo/global-block-links/mod.json

36 lines
852 B
JSON

{
"name": "global block links",
"id": "74856af4-6970-455d-bd86-0a385a402dd1",
"version": "0.1.0",
"description": "easily copy the global link of a page or block.",
"preview": "global-block-links.jpg",
"tags": ["extension", "shortcut"],
"authors": [
{
"name": "admiraldus",
"homepage": "https://github.com/admiraldus",
"avatar": "https://raw.githubusercontent.com/admiraldus/admiraldus/main/module.gif"
}
],
"js": {
"client": ["client.mjs"]
},
"css": {
"client": ["client.css"]
},
"options": [
{
"key": "topbar_copy_icon",
"label": "copy page links from the topbar (icon)",
"type": "toggle",
"value": true
},
{
"key": "topbar_copy_text",
"label": "copy page links from the topbar (text)",
"type": "toggle",
"value": true
}
]
}