From 1b63e0542096e7b1e582e369329495d8c9ee5d85 Mon Sep 17 00:00:00 2001 From: Andrii Hrushetskyi Date: Tue, 11 Mar 2025 23:43:14 +0100 Subject: [PATCH] updated manifest --- manifest.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index dfa940e..f95961d 100644 --- a/manifest.json +++ b/manifest.json @@ -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 }