{
  "name": "Bottle Buddy",
  "short_name": "Bottle Buddy",
  "description": "Wine inventory management for modern sommeliers",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#3D7A61",
  "background_color": "#FCFCFC",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "images",
          "accept": ["image/*"]
        }
      ]
    }
  }
}
