{
  "name": "ChickenTinder",
  "short_name": "ChickenTinder",
  "description": "Swipe right on dinner — vote on this week's meals with your family",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FFF7ED",
  "theme_color": "#F97316",
  "categories": ["food", "lifestyle"],
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect width='192' height='192' rx='40' fill='%23F97316'/><text x='50%' y='55%' dominant-baseline='middle' text-anchor='middle' font-size='110'>🐔</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' rx='100' fill='%23F97316'/><text x='50%' y='55%' dominant-baseline='middle' text-anchor='middle' font-size='300'>🐔</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Vote on Meals",
      "short_name": "Vote",
      "description": "Swipe through this week's meal options",
      "url": "/?screen=vote",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text y='80' font-size='80'>♥</text></svg>", "sizes": "96x96" }]
    },
    {
      "name": "Shopping List",
      "short_name": "Shopping",
      "description": "Check off your grocery items",
      "url": "/?screen=shopping",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text y='80' font-size='80'>🛒</text></svg>", "sizes": "96x96" }]
    }
  ]
}
