{
  "name": "CraveMode AI",
  "short_name": "CraveMode",
  "description": "AI-Powered Restaurant Photo & Video Enhancement",
  "id": "/home",
  "start_url": "/home",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#0a0a0a",
  "theme_color": "#f59e0b",
  "orientation": "portrait-primary",
  "categories": ["food", "photo", "business"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/cravemode/after-3.jpg",
      "sizes": "1080x1080",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "AI-enhanced food photography"
    },
    {
      "src": "/cravemode/after-1.jpg",
      "sizes": "1080x1920",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Transform your restaurant photos"
    }
  ],
  "shortcuts": [
    {
      "name": "Enhance Photo",
      "url": "/image",
      "description": "Upload and enhance a food photo",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Gallery",
      "url": "/gallery",
      "description": "View your enhanced photos",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Create Video",
      "url": "/video",
      "description": "Generate a video from your photos",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/image?share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "photos",
          "accept": ["image/jpeg", "image/png", "image/webp", "image/heic", "image/heif"]
        }
      ]
    }
  }
}
