{
  "name": "Archer Travel Service",
  "short_name": "ArcherTravel",
  "description": "AI-powered travel booking with Claude Vision ID verification",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#2A5298",
  "background_color": "#0F2554",
  "lang": "en-US",
  "categories": ["travel", "navigation", "lifestyle"],
  "shortcuts": [
    {
      "name": "Book a Trip",
      "short_name": "Book",
      "description": "Start a new travel booking",
      "url": "./",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Verify ID",
      "short_name": "Verify",
      "description": "AI identity verification",
      "url": "./",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
