From fc19305664d01809cddbfeb15c77d7dbab1d7a72 Mon Sep 17 00:00:00 2001 From: jgerstbe Date: Mon, 20 Jul 2020 13:11:03 +0200 Subject: [PATCH] [A] webmanifest --- public/index.css | 2 ++ public/index.html | 2 ++ public/manifest.webmanifest | 22 ++++++++++++++++++++++ 3 files changed, 26 insertions(+) create mode 100644 public/manifest.webmanifest 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