{
  "name": "PantryBlocks",
  "short_name": "PantryBlocks",
  "description": "Pantry & inventory tracker linked to DayBlocks groups",
  "start_url": "./pantry.html",
  "display": "standalone",
  "background_color": "#0F1A0F",
  "theme_color": "#0F1A0F",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Crect width='512' height='512' rx='100' fill='%230F1A0F'/%3E%3Ctext x='256' y='340' text-anchor='middle' font-family='Georgia,serif' font-size='280' font-weight='bold' fill='%234CAF50'%3EP%3C/text%3E%3C/svg%3E",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["food", "productivity", "utilities"],
  "shortcuts": [
    {
      "name": "My Pantry",
      "short_name": "Pantry",
      "description": "View all pantry items",
      "url": "./pantry.html"
    },
    {
      "name": "Low Stock",
      "short_name": "Low Stock",
      "description": "View low stock items",
      "url": "./pantry.html#low-stock"
    }
  ]
}
