{
  "name": "Cerceal \u2014 AI Website Builder",
  "short_name": "Cerceal",
  "description": "Describe a site. Watch Cerceal stamp it into existence, then seal it to a real URL.",
  "id": "/app/dashboard",
  "start_url": "/app/dashboard",
  "scope": "/app/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#000000",
  "theme_color": "#000000",
  "categories": [
    "productivity",
    "developer",
    "business"
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New build",
      "short_name": "New",
      "url": "/app/dashboard",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Account",
      "short_name": "Account",
      "url": "/app/account"
    }
  ]
}
