{
  "name": "TabConvert",
  "short_name": "TabConvert",
  "description": "Free online tool to convert tables from AI chatbots into CSV, TSV, HTML, JSON, YAML, SQL and XML formats",
  "icons": [
    {
      "src": "assets/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "assets/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "related_applications": [
    {
      "platform": "web",
      "url": "https://tabconvert.com"
    }
  ],
  "theme_color": "#c8b6a6",
  "background_color": "#f8f9fa",
  "display": "standalone",
  "start_url": "/",
  "lang": "en",
  "dir": "ltr",
  "screenshots": [
    {
      "src": "assets/screenshot.png",
      "sizes": "1280x720",
      "type": "image/png"
    }
  ],
  "categories": ["productivity", "utilities"],
  "orientation": "any",
  "scope": "/",
  "shortcuts": [
    {
      "name": "Convert AI Table",
      "url": "/"
    }
  ],
  "description_translations": {
    "en": "Free online tool to convert tables from AI chatbots into CSV, TSV, HTML, JSON, YAML, SQL and XML formats",
    "ru": "Бесплатный онлайн-инструмент для конвертации таблиц из ИИ и Markdown в CSV, TSV, HTML, JSON, YAML, SQL и XML форматы",
    "es": "Herramienta en línea gratuita para convertir tablas generadas por IA en formatos CSV, TSV, HTML, JSON, YAML, SQL y XML",
    "de": "Kostenloses Online-Tool zum Konvertieren von KI-generierten Tabellen in CSV-, TSV-, HTML-, JSON-, YAML-, SQL- und XML-Formate",
    "zh": "免费在线工具，可将AI生成的表格转换为CSV、TSV、HTML、JSON、YAML、SQL和XML格式"
  }
}