{
  "name": "Cardex",
  "short_name": "Cardex",
  "description": "Scan, track and sell your Pokémon and sports cards. Instant eBay pricing, Vinted listings, and collection management.",
  "start_url": "/app",
  "display": "standalone",
  "background_color": "#0f0f0f",
  "theme_color": "#ef4444",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["utilities", "shopping", "finance"],
  "shortcuts": [
    {
      "name": "Scan a Card",
      "short_name": "Scan",
      "description": "Open the card scanner",
      "url": "/app/?page=scan",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Collection",
      "short_name": "Collection",
      "description": "View your card collection",
      "url": "/app/?page=collection",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
