{
  "$schema": "https://json.schemastore.org/web-manifest.json",
  "name": "苦力怕怕的網站",
  "short_name": "CRJIM",
  "description": "苦力怕怕的網站，各種實用的工具與有趣的網頁。",
  "start_url": "/?source=pwa",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#4bb557",
  "background_color": "#212121",
  "lang": "zh-TW",
  "dir": "ltr",
  "categories": ["utilities", "productivity", "personalization"],
  "icons": [
    {
      "src": "/assets/favicon@192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/favicon@512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "工具箱",
      "short_name": "工具",
      "description": "使用工具箱",
      "url": "/tool?source=pwa_shortcut",
      "icons": [
        {
          "src": "/assets/tool.png",
          "sizes": "512x512"
        }
      ]
    },
    {
      "name": "最新文章",
      "short_name": "文章",
      "description": "瀏覽最新文章",
      "url": "/posts?source=pwa_shortcut",
      "icons": [
        {
          "src": "/assets/post.png",
          "sizes": "512x512"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/assets/screenshot-desktop.jpg",
      "sizes": "2560x1440",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "苦力怕怕網站首頁"
    },
    {
      "src": "/assets/screenshot-mobile.jpg",
      "sizes": "1290x2796",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "苦力怕怕網站行動版"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}