{
  "name": "ProGo Driver App",
  "short_name": "ProGo Driver",
  "description": "Додаток водія для відстеження та спілкування",
  "start_url": "/driver-app",
  "display": "standalone",
  "background_color": "#0b1520",
  "theme_color": "#06b6d4",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/progo-icon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/progo-icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["transportation", "business", "productivity"],
  "screenshots": [
    {
      "src": "/screenshots/map.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/screenshots/mobile.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Карта",
      "short_name": "Карта",
      "description": "Відкрити карту з відстеженням",
      "url": "/driver-app?tab=map",
      "icons": [{ "src": "/progo-icon.svg", "sizes": "96x96" }]
    },
    {
      "name": "Чат",
      "short_name": "Чат",
      "description": "Відкрити чат",
      "url": "/driver-app?tab=chat",
      "icons": [{ "src": "/progo-icon.svg", "sizes": "96x96" }]
    }
  ],
  "permissions": [
    "geolocation",
    "notifications"
  ],
  "features": [
    "GPS tracking",
    "Real-time location updates",
    "Chat system",
    "Driver status management"
  ]
}
