{
  "name": "MailMarketer - Email Marketing System",
  "short_name": "MailMarketer",
  "description": "Professional email marketing platform with SMTP configuration, Excel import, and bulk sending",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#1e1b4b",
  "background_color": "#1e1b4b",
  "categories": ["productivity", "business"],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%231e1b4b' width='540' height='720'/><text x='270' y='360' font-size='120' fill='%2360a5fa' text-anchor='middle' dominant-baseline='middle' font-family='Arial'>📧</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%231e1b4b' width='192' height='192' rx='50'/><text x='96' y='96' font-size='120' fill='%2360a5fa' text-anchor='middle' dominant-baseline='middle' font-family='Arial'>📧</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect fill='%231e1b4b' width='512' height='512' rx='130'/><text x='256' y='256' font-size='300' fill='%2360a5fa' text-anchor='middle' dominant-baseline='middle' font-family='Arial'>📧</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Setup SMTP",
      "short_name": "Setup",
      "description": "Configure your email settings",
      "url": "/index.html?tab=setup",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%2360a5fa' width='96' height='96' rx='20'/><text x='48' y='48' font-size='60' fill='white' text-anchor='middle' dominant-baseline='middle' font-family='Arial'>⚙</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Import Recipients",
      "short_name": "Import",
      "description": "Upload your recipients list",
      "url": "/index.html?tab=recipients",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%2360a5fa' width='96' height='96' rx='20'/><text x='48' y='48' font-size='60' fill='white' text-anchor='middle' dominant-baseline='middle' font-family='Arial'>📤</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Send Emails",
      "short_name": "Send",
      "description": "Compose and send your campaign",
      "url": "/index.html?tab=compose",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%2360a5fa' width='96' height='96' rx='20'/><text x='48' y='48' font-size='60' fill='white' text-anchor='middle' dominant-baseline='middle' font-family='Arial'>✉</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "recipients",
          "accept": ["text/csv", "application/vnd.ms-excel", "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"]
        }
      ]
    }
  },
  "file_handlers": [
    {
      "action": "/import",
      "accept": {
        "text/csv": [".csv"],
        "application/vnd.ms-excel": [".xls"],
        "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": [".xlsx"]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+mailmarketer",
      "url": "/open?url=%s"
    }
  ],
  "prefer_related_applications": false
}
