0
0
Fork 0
This repository has been archived on 2024-05-09. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
bus-routes/public/manifest.json
2018-05-27 10:26:04 -05:00

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