{
  "name": "智学湾",
  "short_name": "智学湾",
  "description": "智学湾 - 智能化学习平台",
  "id": "/",
  "start_url": "/home",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "/icons/witwey-pwa-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/witwey-pwa-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/witwey-pwa-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Learning Center",
      "short_name": "Home",
      "description": "Go to learning center",
      "url": "/",
      "icons": [
        {
          "src": "/icons/witwey-pwa-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Learning Sets",
      "short_name": "Sets",
      "description": "View learning sets",
      "url": "/learning-sets",
      "icons": [
        {
          "src": "/icons/witwey-pwa-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Notes",
      "short_name": "Notes",
      "description": "View notes",
      "url": "/notes",
      "icons": [
        {
          "src": "/icons/witwey-pwa-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Knowledge Base",
      "short_name": "Knowledge",
      "description": "Access knowledge base",
      "url": "/knowledge",
      "icons": [
        {
          "src": "/icons/witwey-pwa-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
