{
  "name": "imgconv — 画像変換・圧縮ツール",
  "short_name": "imgconv",
  "description": "PNG・JPG・WebP・HEIC・AVIF の画像変換、圧縮、リサイズ、編集、モザイク、背景除去、PDF変換を無料でブラウザ内処理",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#F7F6F2",
  "theme_color": "#1A6B3C",
  "lang": "ja",
  "categories": ["productivity", "utilities", "photo"],
  "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"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "画像変換",
      "short_name": "変換",
      "url": "/ja/convert",
      "description": "画像フォーマットを相互変換"
    },
    {
      "name": "背景除去",
      "short_name": "背景除去",
      "url": "/ja/remove-bg",
      "description": "AI で背景を自動除去"
    },
    {
      "name": "画像圧縮",
      "short_name": "圧縮",
      "url": "/ja/compress",
      "description": "画像ファイルサイズを削減"
    },
    {
      "name": "画像を PDF に",
      "short_name": "PDF",
      "url": "/ja/pdf",
      "description": "複数画像を PDF にまとめる"
    }
  ]
}
