{
  "name": "Cliplista",
  "short_name": "Cliplista",
  "lang": "zh-Hant",
  "description": "別讓「有一天」永遠只是「有一天」。從社群媒體發現的「想去」景點一鍵保存。與重要的人分享清單製作旅遊計畫，去過的地方用照片和筆記留下回憶。",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#fdfcfc",
  "theme_color": "#fdfcfc",
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/api/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
