diff --git a/public/index.css b/public/index.css
index 1c5d181..5f1c14d 100644
--- a/public/index.css
+++ b/public/index.css
@@ -1,3 +1,5 @@
+/* https://coolors.co/52d1dc-475b5a-8d8e8e-a3a9aa-bbbbbf */
+
body {
margin: 0;
}
diff --git a/public/index.html b/public/index.html
index 1b1e1f9..1bfb0fc 100644
--- a/public/index.html
+++ b/public/index.html
@@ -3,6 +3,8 @@
WebFrame
+
+
diff --git a/public/manifest.webmanifest b/public/manifest.webmanifest
new file mode 100644
index 0000000..0740090
--- /dev/null
+++ b/public/manifest.webmanifest
@@ -0,0 +1,22 @@
+{
+ "short_name": "WebFrame",
+ "name": "WebFrame - Your personal digital picture frame on the web.",
+ "description": "With webframe you can turn any device with a screen and browser into a digital picture frame.",
+ "icons": [
+ {
+ "src": "https://dummyimage.com/192x192/52d0dc/475b5a.png&text=+WebFrame",
+ "type": "image/png",
+ "sizes": "192x192"
+ },
+ {
+ "src": "https://dummyimage.com/512x512/52d0dc/475b5a.png&text=+WebFrame",
+ "type": "image/png",
+ "sizes": "512x512"
+ }
+ ],
+ "start_url": "/",
+ "background_color": "#52D1DC",
+ "display": "fullscreen",
+ "scope": "/",
+ "theme_color": "#52D1DC"
+ }
\ No newline at end of file