{
  "name": "The Archive",
  "short_name": "Archive",
  "description": "Mapping the evolution of human consciousness across millennia.",
  "start_url": "/",
  "id": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#7C3AED",
  "categories": ["education", "books", "reference"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Sacred Text Library",
      "short_name": "Library",
      "url": "/library",
      "description": "Browse sacred texts across traditions",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Knowledge Graph",
      "short_name": "Explore",
      "url": "/explore",
      "description": "Explore the knowledge graph",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "AI Chat",
      "short_name": "Chat",
      "url": "/chat",
      "description": "Ask questions about sacred texts",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Timeline",
      "short_name": "Timeline",
      "url": "/timeline",
      "description": "Chronological flow of texts and traditions",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
