mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-06 21:49:03 +00:00
22 lines
528 B
JSON
22 lines
528 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.",
|
|
"preview": "weekly-view.jpg",
|
|
"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": []
|
|
}
|