{
  "name": "Maia's Kitchen",
  "short_name": "Kitchen",
  "description": "Your cozy meal planning companion",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#fdf6ec",
  "theme_color": "#7fa688",
  "orientation": "portrait",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' rx='22' fill='%237fa688'/><text y='68' x='50' text-anchor='middle' font-size='55'>🍳</text></svg>",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Tonight's Dinner",
      "short_name": "Tonight",
      "url": "/widget",
      "description": "Quick view of tonight's dinner and grocery list"
    },
    {
      "name": "Grocery List",
      "short_name": "Groceries",
      "url": "/widget#grocery",
      "description": "This week's grocery list"
    }
  ]
}
