{
  "name": "See-X",
  "short_name": "See-X",
  "id": "/?utm_source=web_app_manifest",
  "description": "See the X. Shape the unknown.",
  "start_url": "/?utm_source=web_app_manifest",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#1d1d1d",
  "icons": [
    {
      "src": "/logo192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["utilities", "productivity"],
  "lang": "en-US",
  "related_applications": [],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Open Home",
      "short_name": "Home",
      "description": "Open the See-X home page",
      "url": "/",
      "icons": [
        {
          "src": "/logo.png",
          "sizes": "460x460",
          "type": "image/png"
        }
      ]
    }
  ]
}
