{
  "name": "Terminus Portal",
  "short_name": "Home",
  "theme_color": "#1976d2",
  "background_color": "#000000",
  "display": "standalone",
  "scope": "./",
  "start_url": "/index.html",
  "share_target": {
    "action": "/share-background",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [
        {
          "name": "image",
          "accept": ["image/jpeg", "image/png"]
        }
      ]
    }
  },
  "icons": [
    {
      "src": "/assets/images/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ]
}
