Fix: Revert manifest structure to working baseline (v0.3.15)
All checks were successful
Build SilverBullet Plug / build (push) Successful in 21s

This commit is contained in:
2026-02-17 14:53:30 -08:00
parent 17f6308585
commit 03907f3789
7 changed files with 39 additions and 43 deletions

View File

@@ -1,19 +1,28 @@
name: Library/sstent/icalendar
version: 0.3.14
name: icalendar
version: 0.3.15
author: sstent
index: icalendar.ts
permissions:
- http
functions:
syncCalendars:
path: icalendar.ts:syncCalendars
command: "iCalendar: Sync"
path: ./icalendar.ts:syncCalendars
command:
name: "iCalendar: Sync"
priority: -1
events:
- editor:init
forceSync:
path: icalendar.ts:forceSync
command: "iCalendar: Force Sync"
path: ./icalendar.ts:forceSync
command:
name: "iCalendar: Force Sync"
priority: -1
clearCache:
path: icalendar.ts:clearCache
command: "iCalendar: Clear Cache"
path: ./icalendar.ts:clearCache
command:
name: "iCalendar: Clear All Events"
priority: -1
showVersion:
path: icalendar.ts:showVersion
command: "iCalendar: Show Version"
permissions:
- http
path: ./icalendar.ts:showVersion
command:
name: "iCalendar: Version"
priority: -2