diff --git a/android-chrome-144x144.png b/android-chrome-144x144.png
new file mode 100644
index 0000000..846d36b
Binary files /dev/null and b/android-chrome-144x144.png differ
diff --git a/android-chrome-192x192.png b/android-chrome-192x192.png
new file mode 100644
index 0000000..2cda809
Binary files /dev/null and b/android-chrome-192x192.png differ
diff --git a/android-chrome-36x36.png b/android-chrome-36x36.png
new file mode 100644
index 0000000..7c84843
Binary files /dev/null and b/android-chrome-36x36.png differ
diff --git a/android-chrome-48x48.png b/android-chrome-48x48.png
new file mode 100644
index 0000000..39e0ada
Binary files /dev/null and b/android-chrome-48x48.png differ
diff --git a/android-chrome-72x72.png b/android-chrome-72x72.png
new file mode 100644
index 0000000..bf55019
Binary files /dev/null and b/android-chrome-72x72.png differ
diff --git a/android-chrome-96x96.png b/android-chrome-96x96.png
new file mode 100644
index 0000000..5ef1d8c
Binary files /dev/null and b/android-chrome-96x96.png differ
diff --git a/apple-touch-icon-114x114.png b/apple-touch-icon-114x114.png
new file mode 100644
index 0000000..e37bfe3
Binary files /dev/null and b/apple-touch-icon-114x114.png differ
diff --git a/apple-touch-icon-120x120.png b/apple-touch-icon-120x120.png
new file mode 100644
index 0000000..2298d53
Binary files /dev/null and b/apple-touch-icon-120x120.png differ
diff --git a/apple-touch-icon-144x144.png b/apple-touch-icon-144x144.png
new file mode 100644
index 0000000..846d36b
Binary files /dev/null and b/apple-touch-icon-144x144.png differ
diff --git a/apple-touch-icon-152x152.png b/apple-touch-icon-152x152.png
new file mode 100644
index 0000000..a9471f1
Binary files /dev/null and b/apple-touch-icon-152x152.png differ
diff --git a/apple-touch-icon-180x180.png b/apple-touch-icon-180x180.png
new file mode 100644
index 0000000..32508a4
Binary files /dev/null and b/apple-touch-icon-180x180.png differ
diff --git a/apple-touch-icon-57x57.png b/apple-touch-icon-57x57.png
new file mode 100644
index 0000000..9998683
Binary files /dev/null and b/apple-touch-icon-57x57.png differ
diff --git a/apple-touch-icon-60x60.png b/apple-touch-icon-60x60.png
new file mode 100644
index 0000000..6ef0871
Binary files /dev/null and b/apple-touch-icon-60x60.png differ
diff --git a/apple-touch-icon-72x72.png b/apple-touch-icon-72x72.png
new file mode 100644
index 0000000..bf55019
Binary files /dev/null and b/apple-touch-icon-72x72.png differ
diff --git a/apple-touch-icon-76x76.png b/apple-touch-icon-76x76.png
new file mode 100644
index 0000000..6356e98
Binary files /dev/null and b/apple-touch-icon-76x76.png differ
diff --git a/apple-touch-icon-precomposed.png b/apple-touch-icon-precomposed.png
new file mode 100644
index 0000000..8afd23c
Binary files /dev/null and b/apple-touch-icon-precomposed.png differ
diff --git a/apple-touch-icon.png b/apple-touch-icon.png
new file mode 100644
index 0000000..32508a4
Binary files /dev/null and b/apple-touch-icon.png differ
diff --git a/browserconfig.xml b/browserconfig.xml
new file mode 100644
index 0000000..81ec113
--- /dev/null
+++ b/browserconfig.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+ #00aba9
+
+
+
diff --git a/favicon-16x16.png b/favicon-16x16.png
new file mode 100644
index 0000000..e16510a
Binary files /dev/null and b/favicon-16x16.png differ
diff --git a/favicon-32x32.png b/favicon-32x32.png
new file mode 100644
index 0000000..48f1a75
Binary files /dev/null and b/favicon-32x32.png differ
diff --git a/favicon-96x96.png b/favicon-96x96.png
new file mode 100644
index 0000000..5ef1d8c
Binary files /dev/null and b/favicon-96x96.png differ
diff --git a/favicon.ico b/favicon.ico
new file mode 100644
index 0000000..b5b7081
Binary files /dev/null and b/favicon.ico differ
diff --git a/index.html b/index.html
index 9b95a07..ed094cd 100644
--- a/index.html
+++ b/index.html
@@ -21,6 +21,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/manifest.json b/manifest.json
new file mode 100644
index 0000000..b07eb63
--- /dev/null
+++ b/manifest.json
@@ -0,0 +1,41 @@
+{
+ "name": "My app",
+ "icons": [
+ {
+ "src": "\/android-chrome-36x36.png",
+ "sizes": "36x36",
+ "type": "image\/png",
+ "density": "0.75"
+ },
+ {
+ "src": "\/android-chrome-48x48.png",
+ "sizes": "48x48",
+ "type": "image\/png",
+ "density": "1.0"
+ },
+ {
+ "src": "\/android-chrome-72x72.png",
+ "sizes": "72x72",
+ "type": "image\/png",
+ "density": "1.5"
+ },
+ {
+ "src": "\/android-chrome-96x96.png",
+ "sizes": "96x96",
+ "type": "image\/png",
+ "density": "2.0"
+ },
+ {
+ "src": "\/android-chrome-144x144.png",
+ "sizes": "144x144",
+ "type": "image\/png",
+ "density": "3.0"
+ },
+ {
+ "src": "\/android-chrome-192x192.png",
+ "sizes": "192x192",
+ "type": "image\/png",
+ "density": "4.0"
+ }
+ ]
+}
diff --git a/mstile-144x144.png b/mstile-144x144.png
new file mode 100644
index 0000000..9860c7a
Binary files /dev/null and b/mstile-144x144.png differ
diff --git a/mstile-150x150.png b/mstile-150x150.png
new file mode 100644
index 0000000..f0c45c7
Binary files /dev/null and b/mstile-150x150.png differ
diff --git a/mstile-310x150.png b/mstile-310x150.png
new file mode 100644
index 0000000..4da6c6b
Binary files /dev/null and b/mstile-310x150.png differ
diff --git a/mstile-310x310.png b/mstile-310x310.png
new file mode 100644
index 0000000..35672db
Binary files /dev/null and b/mstile-310x310.png differ
diff --git a/mstile-70x70.png b/mstile-70x70.png
new file mode 100644
index 0000000..32f1997
Binary files /dev/null and b/mstile-70x70.png differ