{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "display": "standalone",
  "start_url": "/",
  "name": "RoyaltizData - The best investments are made with the best data",
  "short_name": "RoyaltizData",
  "id": "?homescreen=1",
  "icons": [
    {
      "src": "assets/icons/icon-48.webp",
      "type": "image/png",
      "sizes": "48x48"
    },
    {
      "src": "assets/icons/icon-72.webp",
      "type": "image/png",
      "sizes": "72x72"    },
    {
      "src": "assets/icons/icon-96.webp",
      "type": "image/png",
      "sizes": "96x96"
    },
    {
      "src": "assets/icons/icon-128.webp",
      "type": "image/png",
      "sizes": "128x128"
    },
    {
      "src": "assets/icons/icon-192.webp",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "assets/icons/icon-256.webp",
      "type": "image/png",
      "sizes": "256x256"
    },
    {
      "src": "assets/icons/icon-512.webp",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "screenshots": [
      {
        "src": "assets/icons/screenshot_narrow.webp",
        "type": "image/png",
        "sizes": "375x664",
        "form_factor": "narrow"
      },
      {
        "src": "assets/icons/screenshot_wide.webp",
        "type": "image/jpg",
        "sizes": "1899x915",
        "form_factor": "wide"
      }
    ]
}
