{
  "name": "HONK — License Plate Messenger",
  "short_name": "HONK",
  "description": "Message any car owner by their license plate. No phone numbers exchanged. Privacy-first.",
  "id": "/",
  "scope": "/",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#08080C",
  "theme_color": "#FFB800",
  "lang": "en",
  "dir": "ltr",
  "orientation": "portrait",
  "categories": ["utilities", "travel", "navigation"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
