{
  "id": "/?source=pwa",
  "name": "L98 LIFE",
  "short_name": "L98",
  "description": "L98 生活記錄、記憶整理、提醒與陪伴平台",
  "start_url": "/index.php?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#fffaf5",
  "theme_color": "#f28c28",
  "categories": ["social", "lifestyle", "productivity"],
  "share_target": {
    "action": "/video_collect.php",
    "method": "POST",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "icons": [
    {
      "src": "/imgs/pwa-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/imgs/pwa-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/imgs/pwa-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/imgs/pwa-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "首頁",
      "short_name": "首頁",
      "url": "/index.php?source=pwa_shortcut",
      "icons": [{ "src": "/imgs/pwa-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "新增貼文",
      "short_name": "發文",
      "url": "/post_create.php?source=pwa_shortcut",
      "icons": [{ "src": "/imgs/pwa-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "行事曆",
      "short_name": "行事曆",
      "url": "/calendar.php?source=pwa_shortcut",
      "icons": [{ "src": "/imgs/pwa-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
