From f3f8012ce311b2a6a15fab6d603991d4b76499c7 Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Mon, 23 Nov 2020 10:51:24 +0100 Subject: [PATCH] Add manifest --- manifest.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 manifest.json diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..9e14970 --- /dev/null +++ b/manifest.json @@ -0,0 +1,6 @@ +{ + "name": "DII Hackathon", + "version": "0.1", + "description": "About Chrome extension that communicates with Adafruit.IO for the Design of Innovative Interactions course at University of Salzburg", + "manifest_version": 2 +} \ No newline at end of file