{
  "name": "NekoPlayer User Panel",
  "short_name": "NekoPlayer",
  "description": "NekoPlayer User Panel",
  "start_url": "/users/login/index.html",
  "display": "standalone",
  "background_color": "#050505",
  "theme_color": "#8b22e2",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/users/static/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/users/static/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "scope": "/users/"
}