{
  "name": "UniversalEditableEngine — Convert anything. Edit everything.",
  "short_name": "UEE",
  "description": "Convert anything, edit everything. Ephemeral file conversions for documents, images, data and media.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#050505",
  "theme_color": "#050505",
  "categories": ["productivity", "utilities"],
  "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-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "share_target": {
    "action": "/?shared=1",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [
        {
          "name": "files",
          "accept": [
            "application/pdf",
            "application/msword",
            "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
            "application/vnd.ms-excel",
            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
            "application/vnd.ms-powerpoint",
            "application/vnd.openxmlformats-officedocument.presentationml.presentation",
            "image/*",
            "audio/*",
            "video/*",
            "text/*"
          ]
        }
      ]
    }
  },
  "shortcuts": [
    { "name": "Convert",  "short_name": "Convert",  "url": "/?section=convert",  "description": "Universal file conversion" },
    { "name": "Compress", "short_name": "Compress", "url": "/?section=compress", "description": "Compress PDFs and images" },
    { "name": "OCR",      "short_name": "OCR",      "url": "/?section=ocr",      "description": "Extract text from images" }
  ]
}
