{
  "name": "MicrotronAI Verse",
  "short_name": "Verse",
  "description": "A VR/AR realm",
  "start_url": "/home.html",
  "id": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#4285f4",
  "icons": [
    {
      "src": "icons/icon-72x72.jpg",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-96x96.jpg",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-128x128.jpg",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-144x144.jpg",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-152x152.jpg",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-192x192.jpg",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-384x384.jpg",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512x512.jpg",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/screenshot-1-final.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide",
      "label": "Virtual screen with apps along with AI assistant"
    },
    {
      "src": "screenshots/screenshot-2-final.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide",
      "label": "Showing different backgrounds to choose from"
    }
  ],
  "categories": [ "Productivity", "Virtual reality", "Utility" ],
  "lang": "en-US",
  "dir": "ltr",
  "shortcuts": [
    {
      "name": "Home",
      "short_name": "Home",
      "description": "Go to the home page",
      "url": "/home.html",
      "icons": [
        {
          "src": "icons/shortcuts/home-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Verse Realm",
      "short_name": "VerseRealm",
      "description": "Go to the verse page",
      "url": "/verse.html",
      "icons": [
        {
          "src": "icons/shortcuts/verse-192x192.jpg",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Verse Desktop",
      "short_name": "VerseDesktop",
      "description": "Go to your Verse Desktop",
      "url": "/desktop.html",
      "icons": [
        {
          "src": "icons/shortcuts/desktop-192x192.jpg",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Versona Hub",
      "short_name": "Versona hub",
      "description": "View the verse Demo",
      "url": "/VerseServices/versona/home.html",
      "icons": [
        {
          "src": "icons/shortcuts/versona-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Login",
      "short_name": "Login",
      "description": "Login to Verse",
      "url": "/login.html?redirect=home",
      "icons": [
        {
          "src": "icons/shortcuts/login-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "display_override": [ "window-controls-overlay" ],
  "handle_links": "preferred",
  "launch_handler": {
    "route_to": "existing-client",
    "navigate_existing_client": "always"
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "file_handlers": [
    {
      "action": "/open-pdf",
      "accept": {
        "application/pdf": [ ".pdf" ]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+verse",
      "url": "/handle-protocol.html?protocol=%s"
    }
  ]
}