{
  "name": "Envoy by Lela Homelife",
  "short_name": "Envoy",
  "description": "Referral management platform for home service professionals",
  "start_url": "/app",
  "scope": "/",
  "id": "https://envoy-app.com",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#FFFFFF",
  "theme_color": "#0D1E3D",
  "prefer_related_applications": false,
  "version": "1.0.0",
  "version_code": 1,
  "version_name": "1.0.0",
  "screenshots": [
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to your dashboard",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "file",
          "accept": ["text/*"]
        }
      ]
    }
  },
  "privacy_policy_url": "https://envoy-app.com/privacy",
  "terms_of_service_url": "https://envoy-app.com/terms",
  "screenshots_privacy_url": "https://envoy-app.com/privacy",
  "screenshots_terms_of_service_url": "https://envoy-app.com/terms",
  "permissions": ["storage"],
  "developer": {
    "name": "Lela Homelife",
    "url": "https://envoy-app.com"
  },
  "author": "Lela Homelife",
  "scope_extensions": [
    {
      "origin": "https://envoy-app.com"
    }
  ],
  "screenshots_description": "Envoy - Referral management and ambassador platform",
  "file_handlers": [
    {
      "action": "/open-file",
      "accept": {
        "text/plain": [".txt"],
        "text/csv": [".csv"]
      }
    }
  ]
}
