{
  "name": "Cigarist",
  "short_name": "Cigarist",
  "description": "Cigar scanning and education app — identify, track, and discover premium cigars.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#c8a469",
  "orientation": "portrait-primary",
  "categories": ["lifestyle", "food"],
  "icons": [
    {
      "src": "/default-cigar.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/default-cigar.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan a Cigar",
      "short_name": "Scan",
      "description": "Identify a cigar using the camera",
      "url": "/scan",
      "icons": [{ "src": "/default-cigar.png", "sizes": "96x96" }]
    },
    {
      "name": "My Humidor",
      "short_name": "Humidor",
      "description": "View and manage your cigar collection",
      "url": "/humidor",
      "icons": [{ "src": "/default-cigar.png", "sizes": "96x96" }]
    }
  ]
}
