{
  "name": "Inani CRM",
  "short_name": "Inani CRM",
  "description": "Personal lead system for Inani Marbles exports",
  "start_url": "/",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FFFFFF",
  "theme_color": "#0A0A0F",
  "categories": ["business", "productivity"],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        { "name": "contact", "accept": ["text/vcard", "text/x-vcard", ".vcf"] }
      ]
    }
  },
  "icons": [
    { "src": "/icon-192.png", "type": "image/png", "sizes": "192x192", "purpose": "any" },
    { "src": "/icon-512.png", "type": "image/png", "sizes": "512x512", "purpose": "any" },
    { "src": "/icon-512.png", "type": "image/png", "sizes": "512x512", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Add Lead",
      "short_name": "Add Lead",
      "url": "/?go=add",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "All Leads",
      "short_name": "Leads",
      "url": "/?go=leads",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
