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