{
  "name": "ShareMint",
  "short_name": "ShareMint",
  "description": "SNS画像リサイズツール - Resize images for all social media",
  "start_url": "/resize",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4070FF",
  "orientation": "any",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "/resize",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "image",
          "accept": ["image/*"]
        }
      ]
    }
  },
  "categories": ["utilities", "photo"],
  "lang": "en",
  "dir": "ltr"
}
