{
  "name": "Facely - Your Personal Beauty Assistant",
  "short_name": "Facely",
  "description": "Discover your unique beauty with AI-powered facial analysis and personalized recommendations",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F8F1EC",
  "theme_color": "#D1A694",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "pt-BR",
  "icons": [
    {
      "src": "/logo-facely.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo-facely.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.ico",
      "sizes": "32x32",
      "type": "image/x-icon"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile-1.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshots/desktop-1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "categories": ["beauty", "lifestyle", "photo"],
  "features": [
    "AI-powered facial analysis",
    "Personalized beauty recommendations",
    "Camera integration",
    "Beauty history tracking"
  ],
  "prefer_related_applications": false
} 