{
  "name": "HENEXT - HEN explorer.",
  "short_name": "HENEXT",
  "theme_color": "#121212",
  "background_color": "#121212",
  "display": "fullscreen",
  "orientation": "portrait",
  "scope": "/",
  "start_url": "/?source=pwa",
  "shortcuts": [
    {
      "name": "Profile",
      "short_name": "Profile",
      "url": "/profile?source=pwa",
      "icons": [{ "src": "icons/profile.png", "sizes": "192x192" }]
    },
    {
      "name": "Explore",
      "short_name": "Explore",
      "description": "View recently actions on HEN",
      "url": "/explore?source=pwa",
      "icons": [{ "src": "/icons/explore.png", "sizes": "192x192" }]
    }
  ],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "splash_pages": null
}
