Files
housesof/static/manifest.json
2021-09-24 21:53:09 +02:00

22 lines
541 B
JSON

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