WasteInformationServer/src/resources/wwwroot/manifest.json
lukas-heiligenbrunner 67694ba6e0 * reset Login object
* call /index.html instead of / in pwa manifest
2019-12-09 14:32:57 +01:00

15 lines
335 B
JSON

{
"name": "Waste Information Server",
"short_name": "WasteInformationServer",
"start_url": "/index.html",
"display": "standalone",
"background_color": "#fff",
"description": "A web app to manage waste pickups",
"icons": [
{
"src": "wasteicon.png",
"sizes": "512x512",
"type": "image/png"
}
]
}