From 0ed003a22a33ec30b738d968c2959a8025f5ef34 Mon Sep 17 00:00:00 2001 From: crashmoney <90379565+crashmoney@users.noreply.github.com> Date: Sat, 15 Oct 2022 16:02:47 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20support=20for=20Obsidian=20v1?= =?UTF-8?q?.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - add manifest.json - refactor and simplify theme file --- manifest.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 manifest.json diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..59cdfcd --- /dev/null +++ b/manifest.json @@ -0,0 +1,7 @@ +{ + "name": "Typewriter", + "version": "2.0.0", + "minAppVersion": "0.16.0", + "author": "crashmoney", + "authorUrl": "https://github.com/crashmoney" + } \ No newline at end of file