UrbanFlow / frontend /manifest.json
Subh775's picture
RELEASE: URBANFLOW: YOUR VISION PARTNER..
091ea0d
raw
history blame contribute delete
557 Bytes
{
"name": "UrbanFlow: Your Vision Partner",
"short_name": "UrbanFlow",
"description": "Premium Traffic Intelligence Application",
"start_url": "/?pwa=true",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#000000",
"orientation": "portrait",
"icons": [
{
"src": "assets/shuriken.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "assets/shurkien_b.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
}