{
  "name": "Mise",
  "short_name": "Mise",
  "description": "Discover recipes, plan your week, and build your grocery list — all in one place.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0d0d12",
  "theme_color": "#0d0d12",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "shared_title",
      "text": "shared_text",
      "url": "shared_url"
    }
  },
  "categories": ["food", "lifestyle"],
  "shortcuts": [
    {
      "name": "This Week",
      "url": "/?tab=week",
      "description": "Plan this week's meals"
    },
    {
      "name": "Shopping List",
      "url": "/?tab=shopping",
      "description": "View your grocery list"
    },
    {
      "name": "Find a Recipe",
      "url": "/?find=1",
      "description": "Discover something new to cook"
    }
  ]
}
