{
  "name": "OculeraApp",
  "short_name": "Oculera",
  "start_url": "index.html",
  "display": "standalone",
  "background_color": "#2A3443",
  "description": "A command control app",
  "theme_color": "#2A3443",
  "icons": [
    {
      "src": "./img/icons/res/ic_launcher_round64.png",
      "sizes": "64x64",
      "type": "image/png"
    },
    {
      "src": "./img/icons/res/mipmap-xxxhdpi/ic_launcher.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "./img/icons/res/ic_launcher_round.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}