{
  "name": "VarietyID",
  "short_name": "VID",
  "description": "AI-powered coin error and variety identification for numismatists",
  "theme_color": "#D4AF37",
  "background_color": "#0D0B08",
  "display": "standalone",
  "orientation": "portrait-primary",
  "start_url": "./",
  "scope": "./",
  "id": "./",
  "categories": ["finance", "utilities"],
  "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.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan Coin",
      "short_name": "Scan",
      "description": "Open the AI coin scanner",
      "url": "./scan",
      "icons": [{ "src": "./favicon.svg", "sizes": "any" }]
    },
    {
      "name": "My Collection",
      "short_name": "Collection",
      "description": "View your coin collection",
      "url": "./collection",
      "icons": [{ "src": "./favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Marketplace",
      "short_name": "Shop",
      "description": "Browse the Luxury Vault marketplace",
      "url": "./marketplace",
      "icons": [{ "src": "./favicon.svg", "sizes": "any" }]
    }
  ]
}
