{
  "name": "APX Setup PWA",
  "short_name": "APX Setup",
  "description": "APX setup progressive web app.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "launch_handler": {
    "client_mode": [
      "focus-existing",
      "auto"
    ]
  },
  "background_color": "#ffffff",
  "theme_color": "#00b0ed",
  "file_handlers": [
    {
      "action": "/builder",
      "accept": {
        "application/x-apx-project": [
          ".apx"
        ],
        "application/x-apex-config": [
          ".apex"
        ]
      },
      "launch_type": "single-client"
    }
  ],
  "icons": [
    {
      "src": "/manifest-icon-192.maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/manifest-icon-192.maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/manifest-icon-512.maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/manifest-icon-512.maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
