{
  "id": "/",
  "name": "TreatCheck — Pet Food Safety",
  "short_name": "TreatCheck",
  "description": "Instantly check if any food is safe for your dog, cat, rabbit or other pet — personalised by breed, age and health.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#2d6a4f",
  "lang": "en-GB",
  "dir": "ltr",
  "categories": ["health", "lifestyle"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile-home.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "TreatCheck home screen"
    },
    {
      "src": "/screenshots/mobile-check.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Food safety check result"
    }
  ],
  "shortcuts": [
    {
      "name": "Check a Food",
      "short_name": "Check Food",
      "description": "Quickly check if a food is safe for your pet",
      "url": "/",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
