{
  "id": "/app/",
  "name": "Allisto Studio",
  "short_name": "Allisto",
  "description": "Create and manage Allisto digital signs from any device. All ready. Every time.",
  "start_url": "/app/?source=installed",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#04142d",
  "theme_color": "#04142d",
  "icons": [
    {
      "src": "/favicon-192.png?v=10000",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon-512.png?v=10000",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Allisto",
      "short_name": "Open",
      "url": "/app/?source=installed",
      "icons": [
        {
          "src": "/favicon-192.png?v=10000",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Open Dashboard",
      "short_name": "Dashboard",
      "url": "/account.html",
      "icons": [
        {
          "src": "/favicon-192.png?v=10000",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "categories": [
    "business",
    "productivity"
  ],
  "launch_handler": {
    "client_mode": [
      "navigate-existing",
      "auto"
    ]
  }
}
