{
  "name": "SuppStock – Supplement Inventory",
  "short_name": "SuppStock",
  "description": "Smart supplement inventory tracker with auto-depletion and purchase tracking.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#E8ECF2",
  "theme_color": "#7F77DD",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/?share=true",
    "method": "GET",
    "params": {
      "url": "shared_url",
      "title": "shared_title",
      "text": "shared_text"
    }
  }
}