{
  "id": "/",
  "name": "Pipely CRM",
  "short_name": "Pipely",
  "description": "D2D Canvassing CRM — GPS tracking, route planning, door-to-door sales management",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["business", "productivity"],
  "prefer_related_applications": false,
  "iarc_rating_id": "",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "handle_links": "preferred",
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.pipely_crmv9.twa",
      "id": "com.pipely_crmv9.twa"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+pipely",
      "url": "/contacts?ref=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/contacts/import",
      "accept": {
        "text/csv": [".csv"],
        "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": [".xlsx"]
      },
      "icons": [{"src": "/icon-192.png", "sizes": "192x192"}],
      "launch_type": "single-client"
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "name",
      "text": "description",
      "url": "link",
      "files": [
        {
          "name": "media",
          "accept": ["image/*"]
        }
      ]
    }
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "note_taking": {
    "new_note_url": "/contacts/new"
  },
  "scope_extensions": [],
  "widgets": [],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/pipely-logo.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/Routing.png",
      "sizes": "1080x2460",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "GPS route planning with turn-by-turn navigation"
    },
    {
      "src": "/screenshots/Label-Packages.png",
      "sizes": "1080x2460",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Organize contacts with color-coded label packs"
    },
    {
      "src": "/screenshots/Industry-Stages.png",
      "sizes": "1080x2460",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Customizable pipeline stages by industry"
    },
    {
      "src": "/screenshots/Team-Dashboard.png",
      "sizes": "1080x2460",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Team management with role-based access"
    },
    {
      "src": "/screenshots/Guided-Photo-Inspections.png",
      "sizes": "1080x2460",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Guided photo inspections for field documentation"
    },
    {
      "src": "/screenshots/Live-Productivity-Tracking.png",
      "sizes": "1080x2460",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Live productivity tracking for field teams"
    },
    {
      "src": "/screenshots/Desktop-Map-View-Pindrop.jpg",
      "sizes": "1908x1076",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Interactive canvass map with contact pin drops"
    },
    {
      "src": "/screenshots/Desktop-Comparison.jpg",
      "sizes": "1879x983",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Feature comparison across plan tiers"
    }
  ],
  "shortcuts": [
    {
      "name": "Canvass Map",
      "short_name": "Map",
      "url": "/map",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Contacts",
      "short_name": "Contacts",
      "url": "/contacts",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Pipeline",
      "short_name": "Pipeline",
      "url": "/deals/pipeline",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
    }
  ]
}
