diff --git a/src/template.html b/src/template.html index cfa7cbd..4048a1e 100644 --- a/src/template.html +++ b/src/template.html @@ -5,6 +5,7 @@ + diff --git a/static/img/siteicon-192.png b/static/img/siteicon-192.png new file mode 100644 index 0000000..1105822 Binary files /dev/null and b/static/img/siteicon-192.png differ diff --git a/static/img/siteicon-512.png b/static/img/siteicon-512.png new file mode 100644 index 0000000..752db93 Binary files /dev/null and b/static/img/siteicon-512.png differ diff --git a/static/manifest.json b/static/manifest.json new file mode 100644 index 0000000..9c55b2e --- /dev/null +++ b/static/manifest.json @@ -0,0 +1,22 @@ +{ + "short_name": "Houses Of", + "name": "Houses Of - Beautiful houses of planet Earth", + "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