{
  "name": "Hub MGFer",
  "short_name": "Hub",
  "start_url": "./index.html",
  "scope": "./",
  "display": "fullscreen",
  "background_color": "#030F1B",
  "theme_color": "#030F1B",
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "webapp",
      "url": "./manifest.json"
    }
  ],
  "icons": [
    {
      "src": "./manifest-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./manifest-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./manifest-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./badge-icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "monochrome"
    }
  ]
}