{
  "name": "圖片裁剪器 — 線上裁剪照片",
  "short_name": "圖片裁剪器",
  "description": "在瀏覽器中直接裁剪圖片。拖曳選取框來選擇裁剪區域、選擇長寬比，然後以下載原始格式的結果。無需上傳任何內容。",
  "start_url": "{{MANIFEST_START_URL}}",
  "scope": "{{MANIFEST_SCOPE}}",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "{{MANIFEST_THEME_COLOR}}",
  "background_color": "#faf9f7",
  "icons": [
    { "src": "/assets/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/assets/icons/icon-512.png", "sizes": "512x512", "type": "image/png" }
  ]
}
