{
  "name": "Noos - Knowledge Graph",
  "short_name": "Noos",
  "description": "Universal knowledge graph platform with Claude Code integration",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1a1a2e",
  "theme_color": "#7c3aed",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Claude Terminal",
      "short_name": "Terminal",
      "description": "Open Claude Code terminal",
      "url": "/terminal",
      "icons": [
        {
          "src": "/icons/terminal-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Lists",
      "short_name": "Lists",
      "description": "View your lists",
      "url": "/lists?filter=mine"
    },
    {
      "name": "Quick Capture",
      "short_name": "Capture",
      "description": "Quick note capture",
      "url": "/?capture=true"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "categories": ["productivity", "utilities"]
}
