{
  "name": "Damy",
  "short_name": "Damy",
  "description": "DAMY mobile companion service",
  "start_url": "/user/start",
  "scope": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/static/icons/heart-192.png?v=2",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/static/icons/heart-512.png?v=2",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}