{
  "name": "Sakura 樱语",
  "short_name": "樱语",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#fff3f8",
  "theme_color": "#fff3f8",
  "description": "AI Chat Application",
  "icons": [
    {
      "src": "/static/logo.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/static/logo.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}