{
    "short_name": "imagiNathanSpace",
    "name": "imagiNathanSpace",
    "description": "Nathan's cool web zone",
    "start_url": "/",
    "background_color": "#160C28",
    "display": "standalone",
    "scope": "/",
    "theme_color": "#160C28",
    "icons": [
        {
          "src": "static/img/logo-sm.png",
          "type": "image/png",
          "sizes": "192x192"
        },
        {
          "src": "static/img/logo.png",
          "type": "image/png",
          "sizes": "512x512"
        }
    ]
  }