{
  "name": "MenuPhotoAI - Professional Food Photography with AI",
  "short_name": "MenuPhotoAI",
  "description": "Transform your food photos in 30 seconds. Professional results for delivery apps like Uber Eats, DoorDash, and Deliveroo.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#10b981",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["business", "photography", "food"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo-96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image-hero.jpg",
      "sizes": "1200x630",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "MenuPhotoAI homepage showing before and after food photo enhancement"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "MenuPhotoAI mobile interface for transforming food photos"
    }
  ],
  "shortcuts": [
    {
      "name": "Join Waitlist",
      "short_name": "Waitlist",
      "description": "Join the early access waitlist",
      "url": "/#waitlist-form",
      "icons": [
        {
          "src": "/logo-96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "UK Landing Page",
      "short_name": "UK",
      "description": "MenuPhotoAI for UK restaurants",
      "url": "/uk",
      "icons": [
        {
          "src": "/logo-96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "US Landing Page",
      "short_name": "US",
      "description": "MenuPhotoAI for US restaurants",
      "url": "/us",
      "icons": [
        {
          "src": "/logo-96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Contact Us",
      "short_name": "Contact",
      "description": "Get in touch with MenuPhotoAI",
      "url": "/contact",
      "icons": [
        {
          "src": "/logo-96.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}