{
  "short_name": "self-order",
  "name": "Self-Order",
  "icons": [
    {
      "src": "/static/img/icons-192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/static/img/icons-512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "start_url": "/auth/login/",
  "background_color": "#fff",
  "display": "standalone",
  "scope": "/",
  "theme_color": "#f39801"
}