{
  "name": "RetroFrontier",
  "short_name": "RetroFrontier",
  "description": "A persistent retrofuturist online space sim.",
  "id": "/play/",
  "start_url": "/play/",
  "scope": "/play/",
  "display": "fullscreen",
  "display_override": ["fullscreen", "standalone", "minimal-ui"],
  "orientation": "landscape",
  "background_color": "#020607",
  "theme_color": "#020607",
  "categories": ["games", "entertainment"],
  "icons": [
    {
      "src": "/play/icons/retrofrontier-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/play/icons/retrofrontier-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/play/icons/retrofrontier-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/play/icons/retrofrontier-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Play",
      "short_name": "Play",
      "description": "Open the RetroFrontier play client.",
      "url": "/play/",
      "icons": [
        {
          "src": "/play/icons/retrofrontier-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
