mirror of
https://github.com/andrii256/ops_obsidian_smart-day-night-switcher.git
synced 2026-07-22 05:42:31 +00:00
updated manifest
This commit is contained in:
parent
7a22ee817e
commit
1b63e05420
1 changed files with 6 additions and 6 deletions
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"id": "sample-plugin",
|
||||
"name": "Sample Plugin",
|
||||
"id": "easy-auto-daynight-theme-switcher",
|
||||
"name": "Easy Auto DayNight Theme Switcher",
|
||||
"version": "1.0.0",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Demonstrates some of the capabilities of the Obsidian API.",
|
||||
"author": "Obsidian",
|
||||
"authorUrl": "https://obsidian.md",
|
||||
"fundingUrl": "https://obsidian.md/pricing",
|
||||
"description": "Calculates sunrise and sunset times daily (no fixed hours needed, it follows for solstice phases) and seamlessly toggles between dark mode at night and light mode during the day for an eye-friendly experience.",
|
||||
"author": "Andrii Hrushetskyi",
|
||||
"authorUrl": "https://github.com/Andrii256",
|
||||
"fundingUrl": "",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue