{
  "name": "CephasGM ERP",
  "short_name": "CephasGM ERP",
  "description": "Complete Enterprise Resource Planning System",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "any",
  "id": "/",
  "categories": ["business", "productivity"],
  "lang": "en-US",
  "dir": "ltr",
  
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "./",
      "description": "Open Dashboard"
    },
    {
      "name": "Finance",
      "url": "./finance.html",
      "description": "Open Finance Module"
    }
  ],
  
  "share_target": {
    "action": "./",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  
  "screenshots": [
    {
      "src": "screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dashboard Overview"
    }
  ]
}
