From 8995edb5565ea78ab437f9c3f95f47d9f86aac9f Mon Sep 17 00:00:00 2001 From: karczuRF <88723742+karczuRF@users.noreply.github.com> Date: Mon, 8 Jul 2024 11:35:07 +0200 Subject: [PATCH 1/3] Add src/tapp-example/versions/1.0.11/tapplet.manifest.json --- src/tapp-example/versions/1.0.11/tapplet.manifest.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/tapp-example/versions/1.0.11/tapplet.manifest.json diff --git a/src/tapp-example/versions/1.0.11/tapplet.manifest.json b/src/tapp-example/versions/1.0.11/tapplet.manifest.json new file mode 100644 index 0000000..bb99a19 --- /dev/null +++ b/src/tapp-example/versions/1.0.11/tapplet.manifest.json @@ -0,0 +1 @@ +{"packageName":"tapp-example","version":"1.0.11","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."},"audits":[{"auditor":"Auditor","report":"https://auditor-company.io/audits/tapplet-name"}],"design":{"logoPath":"./dist/images/logo.svg","backgroundPath":"./dist/images/background.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.11.tgz","integrity":"sha512-qwJESPEK2v//Hmowf6LNkCAzAjNZfMqyFGXsp+FRo0B+/5kYZVfmd9rgM+UfGtJrYowOba49dOfEMj3NGMxvuw=="}}},"manifestVersion":"0.1.2"} \ No newline at end of file From 8ae6af18cbea9f98b06137453da93e339b0b9e09 Mon Sep 17 00:00:00 2001 From: karczuRF <88723742+karczuRF@users.noreply.github.com> Date: Mon, 8 Jul 2024 11:35:08 +0200 Subject: [PATCH 2/3] Add logo.svg --- src/tapp-example/images/logo.svg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/tapp-example/images/logo.svg b/src/tapp-example/images/logo.svg index 6c87de9..bea48ec 100644 --- a/src/tapp-example/images/logo.svg +++ b/src/tapp-example/images/logo.svg @@ -1 +1,3 @@ - \ No newline at end of file + + + \ No newline at end of file From 8fb5e0ccebc4c3ed658b1dace94fb3c56b911e7d Mon Sep 17 00:00:00 2001 From: karczuRF <88723742+karczuRF@users.noreply.github.com> Date: Mon, 8 Jul 2024 11:35:09 +0200 Subject: [PATCH 3/3] Add background.svg