From 3611e70d25471dad192ddb89487296c7f4b49b59 Mon Sep 17 00:00:00 2001 From: Nathan-CSE Date: Wed, 7 May 2025 18:29:27 +1000 Subject: [PATCH] inital commit --- manifest.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index dfa940e..5497575 100644 --- a/manifest.json +++ b/manifest.json @@ -3,9 +3,7 @@ "name": "Sample Plugin", "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": "Adds a customizable grid background to note views.", + "author": "Nathan Nguyen", "isDesktopOnly": false }