{
  "name": "Selfspace",
  "short_name": "Selfspace",
  "start_url": "/",
  "display": "standalone",
  "background_color": "transparent",
  "theme_color": "transparent",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/selfspace.png",
      "sizes": "232x232",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/home-mobile.png",
      "sizes": "1290x2796",
      "type": "image/png"
    },
    {
      "src": "/home-desktop.png",
      "sizes": "2560x1600",
      "type": "image/png",
      "form_factor": "wide"
    }
    
  ]
}