{
  "short_name": "Atelier",
  "name": "Virtual Atelier: AI Try-On & Personal Stylist",
  "icons": [
    {
      "src": "/extension/images/icon-logo.png",
      "type": "image/png",
      "sizes": "192x192"
    }
  ],
  "start_url": "/web-app/",
  "background_color": "#FFFEFB",
  "theme_color": "#C8553D",
  "display": "standalone",
  "orientation": "portrait",
  "share_target": {
    "action": "/web-app/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
