{
  "name": "TowTag",
  "short_name": "TowTag",
  "description": "Tow smarter. Earn more.",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#0a0a0a",
  "theme_color": "#f5c518",
  "orientation": "portrait",
  "scope": "/",
  "lang": "en",
  "categories": ["business", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Live Map",
      "url": "/dispatch",
      "description": "Open live dispatch map"
    },
    {
      "name": "Tags",
      "url": "/tags",
      "description": "View all active tags"
    }
  ]
}
