{
  "name": "Pipezy — Sales CRM",
  "short_name": "Pipezy",
  "description": "Modern Sales CRM — scan business cards, track leads, close more deals.",
  "start_url": "/dashboard?source=pwa",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#FFFFFF",
  "theme_color": "#2563EB",
  "orientation": "portrait",
  "scope": "/",
  "id": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "productivity"],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "note_taking": { "new_note_url": "/leads?compose=note&source=pwa" },
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=app.pipezy.twa",
      "id": "app.pipezy.twa"
    }
  ],
  "launch_handler": { "client_mode": "navigate-existing" },
  "handle_links": "preferred",
  "edge_side_panel": { "preferred_width": 480 },
  "scope_extensions": [
    { "origin": "https://www.pipezy.app" },
    { "origin": "https://pipezy.app" }
  ],
  "protocol_handlers": [
    { "protocol": "web+pipezy", "url": "/open?u=%s" }
  ],
  "share_target": {
    "action": "/scan",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "cards",
          "accept": ["image/jpeg", "image/png", "image/webp", "image/heic"]
        }
      ]
    }
  },
  "file_handlers": [
    {
      "action": "/scan?source=file-handler",
      "accept": {
        "image/jpeg": [".jpg", ".jpeg"],
        "image/png": [".png"],
        "image/webp": [".webp"],
        "image/heic": [".heic"]
      },
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }],
      "launch_type": "single-client"
    },
    {
      "action": "/contacts?import=csv&source=file-handler",
      "accept": {
        "text/csv": [".csv"],
        "text/vcard": [".vcf"]
      },
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }],
      "launch_type": "single-client"
    }
  ],
  "widgets": [
    {
      "name": "Today's follow-ups",
      "short_name": "Follow-ups",
      "description": "Your Pipezy tasks and reminders for today.",
      "tag": "pipezy-followups",
      "ms_ac_template": "/widgets/followups.template.json",
      "data": "/widgets/followups.data.json",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/screenshots/mobile-1.jpg",
          "sizes": "720x1280",
          "label": "Today's follow-ups widget"
        }
      ],
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }],
      "backgrounds": [{ "src": "/icon-512.png", "sizes": "512x512" }]
    }
  ],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-1024.png", "sizes": "1024x1024", "type": "image/png", "purpose": "any" }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile-1.jpg",
      "sizes": "720x1280",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Dashboard with lead pipeline and today's follow-ups"
    },
    {
      "src": "/screenshots/mobile-2.jpg",
      "sizes": "720x1280",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Leads list with hot/warm/cold scoring"
    },
    {
      "src": "/screenshots/desktop-1.jpg",
      "sizes": "1280x800",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Deals pipeline board"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan business card",
      "short_name": "Scan",
      "description": "Capture a business card and create a lead",
      "url": "/scan?source=pwa-shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My leads",
      "short_name": "Leads",
      "description": "Open your lead pipeline",
      "url": "/leads?source=pwa-shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Today's follow-ups",
      "short_name": "Follow-ups",
      "description": "Tasks and reminders for today",
      "url": "/followups?source=pwa-shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
