{
  "name": "KitchenBlocks",
  "short_name": "KitchenBlocks",
  "description": "Kitchen inventory, meal planner & recipes linked to DayBlocks groups",
  "start_url": "./kitchen.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'%3EK%3C/text%3E%3C/svg%3E",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Crect width='512' height='512' fill='%230F1A0F'/%3E%3Ctext x='256' y='340' text-anchor='middle' font-family='Georgia,serif' font-size='280' font-weight='bold' fill='%234CAF50'%3EK%3C/text%3E%3C/svg%3E",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": ["food", "productivity", "utilities"],
  "shortcuts": [
    {
      "name": "My Kitchen",
      "short_name": "Kitchen",
      "description": "View all kitchen items",
      "url": "./kitchen.html"
    },
    {
      "name": "Low Stock",
      "short_name": "Low Stock",
      "description": "View low stock items",
      "url": "./kitchen.html#low-stock"
    }
  ]
}
