{
  "id": "com.prospeo.app",
  "name": "Prospeo — Prospect Management",
  "short_name": "Prospeo",
  "description": "Capture, qualify and convert your field prospects. AI business card scan, voice dictation, real-time reports.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "orientation": "portrait",
  "background_color": "#1A1A1A",
  "theme_color": "#FF4C1A",
  "lang": "en",
  "dir": "ltr",
  "categories": [
    "business",
    "productivity"
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "iarc_rating_id": "",
  "icons": [
    {
      "src": "/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icons/screenshot-mobile-1.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Prospeo Dashboard"
    },
    {
      "src": "/icons/screenshot-mobile-2.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Add a prospect"
    },
    {
      "src": "/icons/screenshot-desktop-1.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Field prospect management — Reports and Export"
    }
  ],
  "shortcuts": [
    {
      "name": "Add a prospect",
      "short_name": "Add",
      "description": "Quickly add a new prospect manually, by scanning a business card or by voice dictation",
      "url": "/?action=add"
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Centralizes sales rep and manager information in real time",
      "url": "/"
    }
  ],
  "share_target": {
    "action": "/?action=add",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    },
    "enctype": "application/x-www-form-urlencoded"
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "note_taking": {
    "new_note_url": "/?action=add"
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "text/csv": [
          ".csv"
        ],
        "application/vnd.ms-excel": [
          ".xls",
          ".xlsx"
        ]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+prospeo",
      "url": "/?action=%s"
    }
  ],
  "widgets": [
    {
      "name": "Prospeo Quick Add",
      "description": "Quickly add a prospect from your home screen",
      "tag": "quick-add",
      "ms_ac_template": "widgets/quick-add.json",
      "data": "widgets/quick-add-data.json",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "label": "Prospeo widget"
        }
      ],
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ],
      "auth": false,
      "update": 86400
    }
  ]
}
