{
  "name": "MotorQuest",
  "short_name": "MotorQuest",
  "description": "Scan, collect, and conquer the world of cars. Identify any vehicle, build your collection, and compete with collectors worldwide.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#090a0f",
  "theme_color": "#c9973a",
  "categories": ["games", "entertainment", "lifestyle"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Home screen"
    },
    {
      "src": "/screenshots/collection.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Collection"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan a Car",
      "short_name": "Scan",
      "description": "Open the camera to identify a car",
      "url": "/?action=scan",
      "icons": [{ "src": "/icons/scan-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "My Collection",
      "short_name": "Collection",
      "description": "View your car collection",
      "url": "/?action=collection",
      "icons": [{ "src": "/icons/collection-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Daily Challenge",
      "short_name": "Daily",
      "description": "Play today's challenge",
      "url": "/?action=daily",
      "icons": [{ "src": "/icons/daily-96.png", "sizes": "96x96", "type": "image/png" }]
    }
  ],
  "prefer_related_applications": false
}
