From a79deeb43ebcb0394ff3b854c02a7a8a1846911c Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Mon, 13 Jan 2025 17:17:01 +1100 Subject: [PATCH] Create manifest.json --- manifest.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 manifest.json diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..a1c8ffa --- /dev/null +++ b/manifest.json @@ -0,0 +1,10 @@ +{ + "id": "blueprintue", + "name": "BlueprintUE Embed", + "version": "1.1.0", + "minAppVersion": "0.15.0", + "description": "Embed BlueprintUE renderings seamlessly within your Obsidian notes.", + "author": "Litruv", + "authorUrl": "https://lit.ruv.wtf", + "isDesktopOnly": false +}