{
  "name": "Shelf Esteem",
  "short_name": "Shelf Esteem",
  "description": "Stop Buying What You Already Own",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#16a34a",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "categories": ["food", "lifestyle", "utilities"],
  "shortcuts": [
    {
      "name": "Pantry",
      "short_name": "Pantry",
      "description": "Open your pantry",
      "url": "/pantry",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Shopping List",
      "short_name": "Shopping",
      "description": "Open your shopping list",
      "url": "/shopping",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ]
}
