{
  "name": "Beauty by Nena",
  "short_name": "Beauty by Nena",
  "description": "Your personal beauty consultation and booking platform",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#fdf2f8",
  "theme_color": "#f43f5e",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["beauty", "lifestyle", "health"],
  "icons": [
    {
      "src": "/images/bbn-logo.jpg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any maskable"
    },
    {
      "src": "/images/bbn-logo.jpg",
      "sizes": "512x512",  
      "type": "image/jpeg",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshot-desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Beauty by Nena desktop app"
    },
    {
      "src": "/images/screenshot-mobile.png", 
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Beauty by Nena mobile app"
    }
  ],
  "shortcuts": [
    {
      "name": "Chat",
      "short_name": "Chat",
      "description": "Start a conversation",
      "url": "/chat",
      "icons": [
        {
          "src": "/images/chat-icon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Book Appointment",
      "short_name": "Book",
      "description": "Schedule your beauty session",
      "url": "/calendar",
      "icons": [
        {
          "src": "/images/calendar-icon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Explore Services", 
      "short_name": "Explore",
      "description": "Browse beauty services",
      "url": "/explore",
      "icons": [
        {
          "src": "/images/services-icon.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": [
            "image/*"
          ]
        }
      ]
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+beautybynena",
      "url": "/handle?url=%s"
    }
  ],
  "gcm_sender_id": "103953800507"
}
