{
  "name": "Alchymista.ca",
  "short_name": "Alchymista",
  "description": "Knowledge Tree, ChatMap, and AI-powered productivity - works online and offline",
  "start_url": "/app",
  "scope": "/",
  "id": "/app",
  "display": "standalone",
  "background_color": "#1f2937",
  "theme_color": "#374151",
  "orientation": "any",
  "icons": [
    {
      "src": "/favicon-48x48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "utilities"],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Knowledge Tree",
      "short_name": "Tree",
      "description": "Open your Knowledge Tree",
      "url": "/app",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "ChatMap",
      "short_name": "ChatMap",
      "description": "Open ChatMap mind maps",
      "url": "/app/chatmap",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
