{
  "name": "Solar Vendor Desk",
  "short_name": "SolarDesk",
  "description": "Solar vendor CRM — leads, projects, team",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#0d0d1a",
  "theme_color": "#d7652f",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-192.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "/share-lead.html",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
