{
  "name": "Salecium - AI-Powered Sales Rep",
  "short_name": "Salecium",
  "description": "Salecium finds qualified leads, starts conversations on WhatsApp, handles objections, shares documents, and books meetings — automatically.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ea580c",
  "theme_color": "#ea580c",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": [
    "productivity",
    "business",
    "sales"
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [],
  "share_target": {
    "action": "/tasks?shared=true",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+salecium",
      "url": "/?handler=%s"
    }
  ],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  }
}