This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<meta name="theme-color" content="#3C0576">
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
|
||||
<link rel="icon" type="image/png" sizes="64x64" href="/img/favicon.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/siteicon.png">
|
||||
|
||||
BIN
static/img/siteicon-192.png
Normal file
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
BIN
static/img/siteicon-512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 847 B |
22
static/manifest.json
Normal file
22
static/manifest.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user