{
  "name": "森林小打卡 - 孩子的学习成长伙伴",
  "short_name": "森林小打卡",
  "description": "森林小打卡帮助家长管理孩子学习计划、习惯养成、积分奖励。让学习变得有趣，让成长看得见。",
  "start_url": "/?source=pwa&utm_source=pwa",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4CAF50",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "zh-CN",
  "categories": ["education", "productivity", "utilities"],
  "icons": [
    {
      "src": "/icons/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home-mobile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "学生首页"
    },
    {
      "src": "/screenshots/parent-mobile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "家长端首页"
    }
  ],
  "shortcuts": [
    {
      "name": "今日打卡",
      "short_name": "打卡",
      "url": "/?action=checkin&source=shortcut",
      "icons": [{ "src": "/icons/shortcuts/shortcut-checkin.png", "sizes": "96x96" }]
    },
    {
      "name": "我的宠物",
      "short_name": "宠物",
      "url": "/pet?source=shortcut",
      "icons": [{ "src": "/icons/shortcuts/shortcut-pet.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}