27 lines
534 B
JSON
27 lines
534 B
JSON
{
|
|
"short_name": "MetroTransit",
|
|
"name": "Auengun's NexTrip Based Bus Routes",
|
|
"permissions": [
|
|
"storage"
|
|
],
|
|
"icons": [
|
|
{
|
|
"src": "launcher-icon-1x.png",
|
|
"type": "image/png",
|
|
"sizes": "48x48"
|
|
},
|
|
{
|
|
"src": "launcher-icon-2x.png",
|
|
"type": "image/png",
|
|
"sizes": "96x96"
|
|
},
|
|
{
|
|
"src": "launcher-icon-4x.png",
|
|
"type": "image/png",
|
|
"sizes": "192x192"
|
|
}
|
|
],
|
|
"display": "standalone",
|
|
"theme_color": "#9c27b0",
|
|
"background_color": "#9c27b0"
|
|
}
|