Merge pull request #7 from delefme/master

Manifest and icons
diff --git a/images/README.md b/images/README.md
new file mode 100644
index 0000000..61700dc
--- /dev/null
+++ b/images/README.md
@@ -0,0 +1 @@
+Icons made by <a href="http://www.freepik.com/" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon"> www.flaticon.com</a>
diff --git a/images/icon-128.png b/images/icon-128.png
new file mode 100644
index 0000000..0e49818
--- /dev/null
+++ b/images/icon-128.png
Binary files differ
diff --git a/images/icon-64.png b/images/icon-64.png
new file mode 100644
index 0000000..91b6296
--- /dev/null
+++ b/images/icon-64.png
Binary files differ
diff --git a/images/sofa.png b/images/sofa.png
new file mode 100644
index 0000000..91b6296
--- /dev/null
+++ b/images/sofa.png
Binary files differ
diff --git a/manifest.json b/manifest.json
new file mode 100644
index 0000000..0a57ac7
--- /dev/null
+++ b/manifest.json
@@ -0,0 +1,20 @@
+{

+  "short_name": "Seients DAFME",

+  "name": "App per la traçabilitat del COVID a la FME",

+  "icons": [

+    {

+      "src": "images/icon-128.png",

+      "type": "image/png",

+      "sizes": "128x128"

+    },

+    {

+      "src": "images/icon-64.png",

+      "type": "image/png",

+      "sizes": "128x128"

+    }

+  ],

+  "background_color": "#ffffff",

+  "theme_color": "#ffffff",

+  "display": "fullscreen",

+  "start_url": "index.html?utm_source=homescreen"

+}
\ No newline at end of file