{
  "$schema": "https://json.schemastore.org/web-manifest.json",
  "name": "Blockveda",
  "short_name": "Blockveda",
  "description": "Deliver software in days—not months",
  "categories": [
    "utility",
    "productivity"
  ],
  "start_url": "/",
  "scope": "/",
  "theme_color": "#1f1d1e",
  "background_color": "#1f1d1e",
  "display": "standalone",
  "orientation": "portrait",
  "launch_handler": {
    "client_mode": [
      "navigate-existing",
      "auto"
    ]
  },
  "icons": [
    {
      "src": "/seo/blockveda/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/seo/blockveda/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/seo/blockveda/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/seo/blockveda/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}
