{
  "name": "kaimdt Converter",
  "short_name": "Converter",
  "description": "Free browser-based file converters — convert images, documents & data formats. No upload, no server.",
  "start_url": "/",
  "id": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#E6EAED",
  "theme_color": "#24292f",
  "orientation": "any",
  "categories": ["file converter", "utilities", "productivity"],
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "prefer_related_applications": false,
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "file",
          "accept": [
            "video/*",
            "audio/*",
            "image/*",
            "application/pdf",
            "application/msword",
            "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
            ".mp4", ".webm", ".avi", ".mov", ".mkv", ".flv",
            ".mp3", ".wav", ".ogg", ".flac", ".aac", ".m4a",
            ".png", ".jpg", ".jpeg", ".gif", ".webp", ".svg", ".heic",
            ".pdf", ".docx", ".doc", ".odt", ".pptx", ".xlsx"
          ]
        }
      ]
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+converter",
      "url": "/convert?url=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/convert",
      "accept": {
        "video/*": [".mp4", ".webm", ".avi", ".mov", ".mkv", ".flv", ".wmv", ".3gp", ".mpeg"],
        "audio/*": [".mp3", ".wav", ".ogg", ".flac", ".aac", ".m4a", ".opus", ".wma"],
        "image/*": [".png", ".jpg", ".jpeg", ".gif", ".webp", ".svg", ".heic", ".avif", ".ico"],
        "application/pdf": [".pdf"],
        "application/msword": [".doc"],
        "application/vnd.openxmlformats-officedocument.wordprocessingml.document": [".docx"],
        "application/vnd.oasis.opendocument.text": [".odt"],
        "application/vnd.ms-powerpoint": [".ppt"],
        "application/vnd.openxmlformats-officedocument.presentationml.presentation": [".pptx"],
        "application/vnd.ms-excel": [".xls"],
        "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": [".xlsx"]
      }
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "edge_side_panel": {
    "preferred_width": 480
  }
}
