{
  "name": "Find by Hidden Bottles",
  "short_name": "Finder",
  "description": "Scan and discover rare bottles - AI-powered bottle identification and valuation",
  "start_url": "/finder",
  "display": "standalone",
  "background_color": "#050505",
  "theme_color": "#050505",
  "orientation": "portrait-primary",
  "scope": "/finder",
  "lang": "en",
  "categories": ["utilities", "lifestyle"],
  "icons": [
    {
      "src": "/icons/finder-icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/finder-icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/finder-icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/finder-icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/finder-icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/finder-icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/finder-icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/finder-icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/finder-icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/finder-icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan Bottle",
      "short_name": "Scan",
      "description": "Scan a bottle with your camera",
      "url": "/finder/scan",
      "icons": [
        { "src": "/icons/shortcut-scan-48x48.png", "sizes": "48x48", "type": "image/png" },
        { "src": "/icons/shortcut-scan-72x72.png", "sizes": "72x72", "type": "image/png" },
        { "src": "/icons/shortcut-scan-96x96.png", "sizes": "96x96", "type": "image/png" },
        { "src": "/icons/shortcut-scan-144x144.png", "sizes": "144x144", "type": "image/png" },
        { "src": "/icons/shortcut-scan-192x192.png", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ],
  "prefer_related_applications": false
}
