{
  "name": "Cerebral",
  "short_name": "Cerebral",
  "description": "Cerebral memory, chat, knowledge graph, agent, and dreamer workspace.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a0a0c",
  "theme_color": "#0a0a0c",
  "categories": [
    "productivity",
    "utilities",
    "developer"
  ],
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Chat",
      "url": "./index.html"
    },
    {
      "name": "Knowledge Graph",
      "url": "./knowledgegraph.html"
    },
    {
      "name": "Agent",
      "url": "./agentdashboard.html"
    },
    {
      "name": "Dreamer",
      "url": "./dreamer.html"
    }
  ]
}