{
  "id": "index.html",
  "name": "社群收藏管理器",
  "short_name": "收藏管理器",
  "description": "貼上連結，自動抓出貼文內容，整理你在社群媒體上看到的收藏。",
  "lang": "zh-Hant",
  "dir": "ltr",
  "start_url": "/collections",
  "scope": ".",
  "display": "standalone",
  "background_color": "#FBF7EE",
  "theme_color": "#FBF7EE",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.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"
    }
  ],
  "share_target": {
    "action": "/collections",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "share_title",
      "text": "share_text",
      "url": "share_url"
    }
  }
}
