{
  "name": "中文世界 · Chinese World",
  "short_name": "中文世界",
  "description": "汉字书写、拼音、词汇、故事与游戏 — Learn Chinese: characters, pinyin, vocabulary, stories and games",
  "id": "/",
  "_comment_start_url": "Launching the installed app dispatches by role: super_admin to /admin, other members to their panel, a guest to /community. Kept off '/' on purpose — doing this on every visit to the site would yank a superadmin out of the learner app whenever they wanted to look at it. `id` stays '/' so this is not treated as a different app by browsers that already installed it.",
  "start_url": "/role-redirect",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#fdf6e3",
  "theme_color": "#8B4513",
  "lang": "zh-CN",
  "categories": ["education", "language"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "练字 · Character writing",
      "short_name": "练字",
      "url": "/learn?module=lianzi",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "故事会 · Story time",
      "short_name": "故事",
      "url": "/learn?module=story",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
