From 03e0c1c1625446e217e26055da65d19801e2b95c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Fri, 24 Sep 2021 21:53:09 +0200 Subject: [PATCH] [wip] Add manifest --- .../[country]/[location].svelte | 0 static/manifest.json | 22 +++++++++++++++++++ 2 files changed, 22 insertions(+) rename src/routes/{location => }/[country]/[location].svelte (100%) create mode 100644 static/manifest.json diff --git a/src/routes/location/[country]/[location].svelte b/src/routes/[country]/[location].svelte similarity index 100% rename from src/routes/location/[country]/[location].svelte rename to src/routes/[country]/[location].svelte diff --git a/static/manifest.json b/static/manifest.json new file mode 100644 index 0000000..bb03496 --- /dev/null +++ b/static/manifest.json @@ -0,0 +1,22 @@ +{ + "short_name": "Houses Of", + "name": "Houses Of - Beautiful houses around the world", + "description": "", + "icons": [ + { + "src": "/img/siteicon-192.png", + "type": "image/png", + "sizes": "192x192" + }, + { + "src": "/img/siteicon-512.png", + "type": "image/png", + "sizes": "512x512" + } + ], + "start_url": "/?source=pwa", + "background_color": "#3C0576", + "display": "minimal-ui", + "scope": "/", + "theme_color": "#3C0576" +} \ No newline at end of file