{
  "id": "pwa-mod3as49",
  "dir": "auto",
  "name": "aviator",
  "scope": "./",
  "display": "standalone",
  "start_url": "/",
  "short_name": "aviator",
  "theme_color": "#FFFFFF",
  "description": "Master the skies with Aviator",
  "orientation": "any",
  "background_color": "#FFFFFF",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "native/icon-192.webp",
      "sizes": "192x192",
      "type": "image/webp",
      "purpose": "maskable any"
    },
    {
      "src": "native/icon-512.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "maskable any"
    }
  ],
  "display_override": [
    "standalone",
    "minimal-ui"
  ]
}