15 lines
335 B
JSON
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"
|
|
}
|
|
]
|
|
} |