{
  "name": "CA OMS - Operational Intelligence System",
  "short_name": "CA OMS",
  "description": "The Brain of the Modern CA Firm. Operational intelligence system for growth-ready chartered accountant firms with AI-enabled automation and revenue intelligence.",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0a0e27",
  "theme_color": "#667eea",
  "categories": ["business", "productivity"],
  "screenshots": [
    {
      "src": "./assets/images/logo/CA_OMS.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./assets/images/CA-Logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "icons": [
    {
      "src": "./assets/images/logo/CA_OMS.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./assets/images/CA-Logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./assets/images/CA-Logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Free Trial",
      "short_name": "Free Trial",
      "description": "Begin your 7-day free trial of CA OMS",
      "url": "/Free-trial.html",
      "icons": [
        {
          "src": "./assets/images/CA-Logo.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "View Pricing",
      "short_name": "Pricing",
      "description": "Explore CA OMS pricing plans",
      "url": "/index.html#pricingPlan",
      "icons": [
        {
          "src": "./assets/images/CA-Logo.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "View Features",
      "short_name": "Features",
      "description": "Explore CA OMS features and capabilities",
      "url": "/features.html",
      "icons": [
        {
          "src": "./assets/images/CA-Logo.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "file",
          "accept": ["image/*", "application/pdf"]
        }
      ]
    }
  }
}
