{
  "name": "CubeIndex",
  "short_name": "CubeIndex",
  "description": "Track and explore speedcubes",
  "theme_color": "#044eb4",
  "background_color": "#FFFFFF",
  "orientation": "any",
  "id": "/",
  "start_url": "/",
  "display_override": ["window-controls-overlay"],
  "display": "standalone",
  "icons": [
    {
      "src": "images/icons/manifest-icon-192.maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/icons/manifest-icon-192.maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "images/icons/manifest-icon-512.maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/icons/manifest-icon-512.maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/CI-desktop-home.webp",
      "sizes": "1920x1080",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "Home screen showing catchline"
    },
    {
      "src": "/CI-mobile-home.webp",
      "sizes": "1440x3040",
      "type": "image/webp",
      "platform": "android",
      "label": "Home screen showing catchline"
    },
    {
      "src": "/CI-desktop-cubes.webp",
      "sizes": "1920x1080",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "Page to explore the cubes database"
    },
    {
      "src": "/CI-mobile-cubes.webp",
      "sizes": "1440x3040",
      "type": "image/webp",
      "platform": "android",
      "label": "Page to explore the cubes database"
    }
  ]
}