{
  "name": "VerifiOS",
  "short_name": "VerifiOS",
  "start_url": "index2.html",
  "display": "standalone",
  "background_color": "#090d16",
  "theme_color": "#090d16",
  "icons": [
    {
      "src": "img/logo-app.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "img/logo-app-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
"splash_screens": [
    {
      "src": "img/splash-screen.png", 
      "sizes": "1024x1024",
      "type": "image/png"
    }
  ]
}