{
  "name": "YUYU.Echo",
  "short_name": "YUYU",
  "description": "Every corner has a voice waiting for you",
  "start_url": "/yuyu",
  "scope": "/yuyu/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#2A2A2E",
  "theme_color": "#2A2A2E",
  "icons": [
    {
      "src": "/assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}