mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-05 13:19:03 +00:00
23 lines
554 B
JSON
23 lines
554 B
JSON
{
|
|
"name": "calendar-scroll",
|
|
"id": "b1c7db33-dfee-489a-a76c-0dd66f7ed29a",
|
|
"version": "0.2.0",
|
|
"description": "add a button to jump down to the current week in fullpage/infinite-scroll calendars.",
|
|
"tags": ["extension", "shortcut"],
|
|
"authors": [
|
|
{
|
|
"name": "dragonwocky",
|
|
"email": "thedragonring.bod@gmail.com",
|
|
"homepage": "https://dragonwocky.me/",
|
|
"avatar": "https://dragonwocky.me/avatar.jpg"
|
|
}
|
|
],
|
|
"js": {
|
|
"client": ["client.mjs"]
|
|
},
|
|
"css": {
|
|
"client": ["client.css"]
|
|
},
|
|
"options": []
|
|
}
|