Files
frontend/public/manifest.json
2026-03-14 20:49:11 -04:00

23 lines
450 B
JSON

{
"name": "TruckNet",
"short_name": "TruckNet",
"description": "The Modern CB Radio for Truck Drivers",
"theme_color": "#1a1a2e",
"background_color": "#1a1a2e",
"display": "fullscreen",
"orientation": "any",
"start_url": "/",
"icons": [
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}