{
  "name": "Alexi's Awesome Page",
  "short_name": "Alexi's Games",
  "description": "Games, a spaceship you build yourself, and a real map of the world.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#010023",
  "theme_color": "#010023",
  "icons": [
    {
      "src": "favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}