{
  "name": "Dog Pain Scan - AI Pain Detection & Food Scanning",
  "short_name": "Dog Pain Scan",
  "description": "AI-powered dog pain detection through photo analysis, plus dog food scanning to know what's in the bowl.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0b4147",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["health", "medical", "pets", "utilities"],
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/mockup-1.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/images/mockup-2.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Take Pain Scan",
      "short_name": "Scan",
      "description": "Quickly scan your dog for pain indicators",
      "url": "/scan",
      "icons": [
        {
          "src": "/icon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Scan Dog Food",
      "short_name": "Food",
      "description": "Scan a dog food product to see ingredients and concerns",
      "url": "/food",
      "icons": [
        {
          "src": "/icon.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/us/app/dog-pain-scan/id6765678455",
      "id": "6765678455"
    }
  ],
  "prefer_related_applications": true
}
