From 904bc903d1382d5287b407f14717965b36f26645 Mon Sep 17 00:00:00 2001 From: karczuRF <88723742+karczuRF@users.noreply.github.com> Date: Thu, 27 Jun 2024 14:58:46 +0200 Subject: [PATCH 1/3] Add src/tapp-example/1.0.6/tapplet.manifest.json --- src/tapp-example/1.0.6/tapplet.manifest.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/tapp-example/1.0.6/tapplet.manifest.json diff --git a/src/tapp-example/1.0.6/tapplet.manifest.json b/src/tapp-example/1.0.6/tapplet.manifest.json new file mode 100644 index 0000000..7122323 --- /dev/null +++ b/src/tapp-example/1.0.6/tapplet.manifest.json @@ -0,0 +1 @@ +{"packageName":"tapp-example","version":"1.0.6","displayName":"Tapplet human readable name","status":"MVP","category":"test","author":{"name":"karczuRF","website":"https://github.com/karczuRF"},"about":{"summary":"Demo","description":"This is the simplest example of a tapplet."},"design":{"logoPath":"./dist/images/logo.svg","backgroundPath":"./dist/images/logo.svg"},"repository":{"type":"git","url":"https://github.com/karczuRF/tapp-example.git","codeowners":["@karczuRF"]},"source":{"location":{"npm":{"packageName":"tapp-example","registry":"https://registry.npmjs.org/","distTarball":"https://registry.npmjs.org/tapp-example/-/tapp-example-1.0.6.tgz","integrity":"sha512-+8cX71Ij1jtZ506p+Duz6Y+RPHFXPqHvWtwRb4zKh/kurA3BhFxYpK7gl7F6IFHNjaEPVao4R7p/+J/1MZlcdw=="}}},"manifestVersion":"0.1.0"} \ No newline at end of file From 82352905356d246d1a4453c0a4114a8637837122 Mon Sep 17 00:00:00 2001 From: karczuRF <88723742+karczuRF@users.noreply.github.com> Date: Thu, 27 Jun 2024 14:58:47 +0200 Subject: [PATCH 2/3] Add logo image --- src/tapp-example/images/logo.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/tapp-example/images/logo.svg diff --git a/src/tapp-example/images/logo.svg b/src/tapp-example/images/logo.svg new file mode 100644 index 0000000..6c87de9 --- /dev/null +++ b/src/tapp-example/images/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file From 667100d8633bcf68a3f0ebca997daf747aeabb1c Mon Sep 17 00:00:00 2001 From: karczuRF <88723742+karczuRF@users.noreply.github.com> Date: Thu, 27 Jun 2024 14:58:48 +0200 Subject: [PATCH 3/3] Add background image --- src/tapp-example/images/background.svg | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/tapp-example/images/background.svg diff --git a/src/tapp-example/images/background.svg b/src/tapp-example/images/background.svg new file mode 100644 index 0000000..38947b1 --- /dev/null +++ b/src/tapp-example/images/background.svg @@ -0,0 +1,18 @@ + + + node-icon + + + + + + + + + + + + + + + \ No newline at end of file