{
  "name": "Mythos",
  "short_name": "Mythos",
  "start_url": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay"
  ],
  "description": "Create, manage, and play within the Talam universe.",
  "lang": "en-UK",
  "dir": "auto",
  "theme_color": "#06a244",
  "background_color": "#121212",
  "orientation": "any",
  "icons": [
    {
      "src": "./icon/icon_base_192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon/icon_base_192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./icon/icon_base.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon/icon_base.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "./screenshots/roster-screen.png",
      "sizes": "743x860",
      "type": "image/png"
    }
  ],
  "prefer_related_applications": false
}