{
    "name": "Bisux",
    "short_name": "Bisux",
    "id": "/?bisux_homescreen=1",
    "description": "Manage your business portal with Bisux.",
    "icons": [
      {
        "src": "/icons/favicon-192.png",
        "sizes": "192x192",
        "type": "image/png",
        "purpose": "any"
      },
      {
        "src": "/icons/favicon-512.png",
        "sizes": "512x512",
        "type": "image/png",
        "purpose": "any"
      },
      {
        "src": "/icons/favicon-maskable-512.png",
        "sizes": "512x512",
        "type": "image/png",
        "purpose": "maskable"
      }
    ],
    "screenshots": [
      {
        "src": "/img/screenshots/dashboard-main-412x915.png",
        "sizes": "412x915",
        "type": "image/png",
        "label": "Dashboard (main)"
      },
      {
        "src": "/img/screenshots/dashboard-analytics-412x915.png",
        "sizes": "412x915",
        "type": "image/png",
        "label": "Dashboard (analytics)"
      },
      {
        "src": "/img/screenshots/portal-menu-412x915.png",
        "sizes": "412x915",
        "type": "image/png",
        "label": "Portal Config (menu manager)"
      },
      {
        "src": "/img/screenshots/portal-themes-412x915.png",
        "sizes": "412x915",
        "type": "image/png",
        "label": "Portal Config (themes)"
      }
    ],
    "shortcuts": [
      {
        "name": "Dash",
        "url": "/Dashboard",
        "description": "Main dashboard",
        "icons": [
          {
            "src": "/img/shortcuts/dash.svg",
            "sizes": "any",
            "type": "image/svg+xml"
          },
          {
            "src": "/img/shortcuts/dash-96x96.png",
            "sizes": "96x96",
            "type": "image/png"
          }
        ]
      },
      {
        "name": "Portals",
        "url": "/Dashboard#portals",
        "description": "Portals",
        "icons": [
          {
            "src": "/img/shortcuts/portals.svg",
            "sizes": "any",
            "type": "image/svg+xml"
          },
          {
            "src": "/img/shortcuts/portals-96x96.png",
            "sizes": "96x96",
            "type": "image/png"
          }
        ]
      },
      {
        "name": "Analytics",
        "url": "/Dashboard#analytics",
        "description": "See your portal analytics",
        "icons": [
          {
            "src": "/img/shortcuts/analytics.svg",
            "sizes": "any",
            "type": "image/svg+xml"
          },
          {
            "src": "/img/shortcuts/analytics-96x96.png",
            "sizes": "96x96",
            "type": "image/png"
          }
        ]
      },
      {
        "name": "Config",
        "url": "/Dashboard#settings",
        "description": "User Settings",
        "icons": [
          {
            "src": "/img/shortcuts/config.svg",
            "sizes": "any",
            "type": "image/svg+xml"
          },
          {
            "src": "/img/shortcuts/config-96x96.png",
            "sizes": "96x96",
            "type": "image/png"
          }
        ]
      }
    ],
    "start_url": "/Dashboard",
    "scope": "/Dashboard",
    "orientation": "any",
    "display": "standalone",
    "background_color": "#7f22feff",
    "theme_color": "#6C4AFF"
  }