{
  "name": "Pantry",
  "short_name": "Pantry",
  "description": "Store recipes, plan meals, track your pantry, and build shopping lists.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#FAF8F4",
  "theme_color": "#65A14E",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    }
  ],
  "share_target": {
    "action": "/recipes/import",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "url": "url",
      "text": "text",
      "title": "title"
    }
  }
}
