{
  "name": "HowToCSV - Professional CSV Data Toolkit",
  "short_name": "HowToCSV",
  "description": "Privacy-first CSV toolkit with 50+ professional data tools. Process files entirely offline with zero data upload.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ff6b6b",
  "orientation": "any",
  "scope": "/",
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "business", "utilities"],
  "shortcuts": [
    {
      "name": "CSV to Excel",
      "short_name": "To Excel",
      "description": "Convert CSV to Excel format",
      "url": "/csv-to-xlsx",
      "icons": [{ "src": "/icon.png", "sizes": "96x96" }]
    },
    {
      "name": "Clean CSV",
      "short_name": "Clean",
      "description": "Clean and fix CSV data",
      "url": "/quick-cleaning",
      "icons": [{ "src": "/icon.png", "sizes": "96x96" }]
    },
    {
      "name": "AI Chat",
      "short_name": "AI Chat",
      "description": "Chat with your data using AI",
      "url": "/live-chat",
      "icons": [{ "src": "/icon.png", "sizes": "96x96" }]
    },
    {
      "name": "Remove Duplicates",
      "short_name": "Dedupe",
      "description": "Remove duplicate rows",
      "url": "/logical-dedupe",
      "icons": [{ "src": "/icon.png", "sizes": "96x96" }]
    }
  ],
  "screenshots": [
    {
      "src": "/og.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "HowToCSV main interface showing tool selection"
    }
  ],
  "share_target": {
    "action": "/",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "csvfile",
          "accept": ["text/csv", "text/plain", ".csv", ".txt", ".tsv"]
        }
      ]
    }
  },
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "text/csv": [".csv"],
        "text/tab-separated-values": [".tsv"],
        "application/vnd.ms-excel": [".xls"],
        "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": [".xlsx"],
        "application/json": [".json"]
      }
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.howtocsv.twa",
      "id": "com.howtocsv.twa"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+csv",
      "url": "/?data=%s"
    }
  ],
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  }
}
