Files
FlockRadar/manifest.json
T

18 lines
790 B
JSON

{
"name": "FlockRadar - ALPR Awareness & Live Navigation",
"short_name": "FlockRadar",
"description": "Real-time ALPR radar navigation app alerting drivers to active Flock camera recorded zones.",
"start_url": "./",
"display": "standalone",
"orientation": "portrait-primary",
"background_color": "#07090e",
"theme_color": "#07090e",
"icons": [
{
"src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect width='100' height='100' rx='20' fill='%2307090e'/%3E%3Ccircle cx='50' cy='50' r='38' fill='%23ef4444' opacity='0.25'/%3E%3Ccircle cx='50' cy='50' r='20' fill='%23ef4444'/%3E%3Ccircle cx='50' cy='50' r='8' fill='%23ffffff'/%3E%3C/svg%3E",
"sizes": "192x192 512x512",
"type": "image/svg+xml"
}
]
}