feat: initial release of FlockRadar driving app and national transparency directory for flockradar.org

This commit is contained in:
2026-09-12 08:50:24 -07:00
commit b000c7dda6
12 changed files with 5563 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"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"
}
]
}