{
  "name": "The Pantry",
  "short_name": "Pantry",
  "description": "Everything in the kitchen, one place — inventory, recipes you can make right now, and a grocery list.",
  "start_url": "/?src=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FAF6EF",
  "theme_color": "#FAF6EF",
  "categories": ["food", "lifestyle", "productivity"],
  "share_target": {
    "action": "/add-recipe",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": { "title": "title", "text": "text", "url": "url" }
  },
  "shortcuts": [
    { "name": "Add an item", "short_name": "Add item", "url": "/inventory?add=1", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Scan a receipt", "short_name": "Scan", "url": "/inventory?scan=receipt", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Grocery list", "short_name": "Grocery", "url": "/grocery", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] }
  ],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ]
}
