notion-enhancer/repo/weekly-view/mod.json

21 lines
496 B
JSON

{
"name": "weekly view",
"id": "4c7acaea-6596-4590-85e5-8ac5a1455e8f",
"version": "0.6.0",
"description": "calendar views named \"weekly\" will show only the current week.",
"tags": ["extension", "layout"],
"authors": [
{
"name": "dragonwocky",
"email": "thedragonring.bod@gmail.com",
"homepage": "https://dragonwocky.me/",
"avatar": "https://dragonwocky.me/avatar.jpg"
}
],
"js": {
"client": ["client.mjs"]
},
"css": {},
"options": []
}