{
  "name": "FitFastBites",
  "short_name": "FitFastBites",
  "description": "AI-powered fast food macro hacks — describe your craving, get the perfect order.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FFFBF5",
  "theme_color": "#E8442E",
  "categories": ["food", "health", "lifestyle"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Build a Hack",
      "short_name": "Build",
      "description": "Generate a new fast food hack",
      "url": "/"
    },
    {
      "name": "Saved Hacks",
      "short_name": "Saved",
      "description": "View your saved hacks",
      "url": "/saved"
    }
  ]
}
