{
  "name": "MAIL MAX — Convert CSV to Mailchimp, Brevo, HubSpot, Klaviyo & 15 more",
  "short_name": "MAIL MAX",
  "description": "Free in-browser tool that converts, merges and dedupes mailing list CSVs for 19 newsletter providers. 100% offline, GDPR-safe, no signup.",
  "start_url": "./?source=pwa",
  "id": "/MAILMAX/",
  "scope": "./",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#000000",
  "theme_color": "#000000",
  "lang": "en",
  "dir": "ltr",
  "categories": ["productivity", "business", "utilities"],
  "icons": [
    { "src": "icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "New project",        "short_name": "New",       "url": "./?new=1" },
    { "name": "Mailchimp converter","short_name": "Mailchimp", "url": "./?p=mailchimp" },
    { "name": "Brevo converter",    "short_name": "Brevo",     "url": "./?p=brevo" },
    { "name": "HubSpot converter",  "short_name": "HubSpot",   "url": "./?p=hubspot" }
  ],
  "file_handlers": [
    {
      "action": "./",
      "accept": { "text/csv": [".csv"], "text/plain": [".txt"] }
    }
  ],
  "launch_handler": { "client_mode": "navigate-existing" },
  "handle_links": "preferred",
  "edge_side_panel": { "preferred_width": 480 }
}
