{
  "name": "Enlighten Pro Sourcing",
  "short_name": "Sourcing",
  "description": "Vendor + product intelligence app. Capture files from WeChat/WhatsApp/Mail and auto-route to vendors.",
  "start_url": "/home.html",
  "scope": "/",
  "id": "/sourcing-app",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "any",
  "background_color": "#FFFFFF",
  "theme_color": "#15171A",
  "lang": "en",
  "dir": "ltr",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Capture",        "short_name": "+ Capture", "url": "/capture.html" },
    { "name": "Inbox",          "short_name": "Inbox",     "url": "/inbox.html" },
    { "name": "All vendors",    "short_name": "Vendors",   "url": "/home.html" },
    { "name": "Quotations",     "short_name": "Quotes",    "url": "/quotations.html" }
  ],
  "share_target": {
    "action": "/api.php?action=share.receive",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": [
            "image/*",
            "video/*",
            "application/pdf",
            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
            "application/vnd.ms-excel",
            "text/csv",
            "application/msword",
            "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
            "application/zip"
          ]
        }
      ]
    }
  }
}
