{
  "name": "StockScore - Body Condition Score Recorder",
  "short_name": "StockScore",
  "description": "Professional livestock body condition scoring app for farms and agricultural operations",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F5F3F0",
  "theme_color": "#1a5f3e",
  "orientation": "portrait-primary",
  "categories": ["productivity", "agriculture"],
  "icons": [
    {
      "src": "icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot-home.png",
      "sizes": "1125x2436",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "screenshot-scoring.png",
      "sizes": "1125x2436",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "screenshot-mob-detail.png",
      "sizes": "1125x2436",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "screenshot-bcs-guides.png",
      "sizes": "1125x2436",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "screenshot-session-summary.png",
      "sizes": "1125x2436",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "name",
      "text": "description",
      "url": "link"
    }
  }
}