{
  "name": "寶寶識字卡",
  "short_name": "識字卡",
  "description": "粵語寶寶識字卡，離線使用",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "scope": "/",
  "orientation": "any",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "assets/icons/icon_24.png",
      "sizes": "24x24",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon_192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}