WasteInformationServer/src/resources/wwwroot/manifest.json

15 lines
335 B
JSON
Raw Normal View History

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