diff --git a/public/images/site.webmanifest b/public/images/site.webmanifest new file mode 100644 index 0000000..9815ddd --- /dev/null +++ b/public/images/site.webmanifest @@ -0,0 +1,14 @@ +{ + "name": "/usr/home/simon", + "short_name": "/usr/home/simon", + "icons": [ + { + "src": "/images/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} diff --git a/static/images/site.webmanifest b/static/images/site.webmanifest new file mode 100644 index 0000000..9815ddd --- /dev/null +++ b/static/images/site.webmanifest @@ -0,0 +1,14 @@ +{ + "name": "/usr/home/simon", + "short_name": "/usr/home/simon", + "icons": [ + { + "src": "/images/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +}