{
  "name": "Atlas Web Studio",
  "short_name": "Atlas",
  "id": "/",
  "description": "A library of interactive digital worlds by Atlas Web Studio.",
  "start_url": "/",
  "scope": "/",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#050505",
  "theme_color": "#050505",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity", "design"],
  "icons": [
    {
      "src": "assets/atlas-app-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Library of Worlds",
      "short_name": "Worlds",
      "url": "/#library"
    },
    {
      "name": "The Studio",
      "short_name": "Studio",
      "url": "/#studio"
    },
    {
      "name": "Contact Atlas",
      "short_name": "Contact",
      "url": "/#contact"
    }
  ]
}
