{
  "name": "Can I Cook It?",
  "short_name": "CanICookIt",
  "description": "Real recipes from real cooks. Tell us what you've got — we'll build something delicious.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FAF9F6",
  "theme_color": "#E85D26",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["food", "lifestyle"],
  "shortcuts": [
    {
      "name": "Find a Recipe",
      "url": "/recipes",
      "description": "Browse community recipes"
    },
    {
      "name": "Create a Recipe",
      "url": "/generate",
      "description": "Generate a recipe from your ingredients"
    }
  ]
}
