Add manifest
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-04-06 14:27:41 +02:00
parent 18c7943d0d
commit 85fadc6e05
4 changed files with 23 additions and 0 deletions

BIN
static/img/siteicon-192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 343 B

BIN
static/img/siteicon-512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 847 B

22
static/manifest.json Normal file
View File

@@ -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"
}