{
  "name": "PIX CardScan Pro — AI Business Card Reader",
  "short_name": "PIX CardScan Pro",
  "description": "Scan, extract, and organize business cards instantly with AI-powered OCR and smart contact management.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#07070b",
  "theme_color": "#07070b",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan Business Card",
      "short_name": "Scan Card",
      "description": "Quickly scan a new business card",
      "url": "./index.html#scan",
      "icons": [{ "src": "icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "View Card List",
      "short_name": "My Cards",
      "description": "View saved business card contacts",
      "url": "./index.html#list",
      "icons": [{ "src": "icon-192.svg", "sizes": "192x192" }]
    }
  ]
}
