This commit is contained in:
2025-09-25 20:38:24 -04:00
parent 7c2a5367a3
commit ccb56543fe

View File

@@ -1,11 +1,9 @@
{ {
"id": "menu-plugin", "id": "menu-plugin",
"name": "Menu Plugin", "name": "Obsidian Menus",
"version": "1.0.0", "version": "1.0.0",
"minAppVersion": "0.15.0", "minAppVersion": "0.15.0",
"description": "Create custom menus using code blocks with links and CSS styling.", "description": "Create custom menus using code blocks with links and CSS styling.",
"author": "Your Name", "author": "Olivier Legendre",
"authorUrl": "https://yourwebsite.com",
"fundingUrl": "https://yourfundingurl.com",
"isDesktopOnly": false "isDesktopOnly": false
} }