26 lines
574 B
JSON
26 lines
574 B
JSON
{
|
|
"name": "rMaps - Find Your Friends",
|
|
"short_name": "rMaps",
|
|
"description": "Collaborative real-time friend-finding navigation for events",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#0f172a",
|
|
"theme_color": "#10b981",
|
|
"orientation": "portrait-primary",
|
|
"icons": [
|
|
{
|
|
"src": "/icon-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/icon-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"categories": ["navigation", "social"],
|
|
"lang": "en",
|
|
"dir": "ltr"
|
|
}
|