{
  "name": "NexaWorks ERP",
  "short_name": "NexaWorks",
  "description": "Manufacturing operations, clearly controlled.",
  "start_url": "/index.php",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#10231f",
  "theme_color": "#115e59",
  "orientation": "portrait",
  "id": "/?source=pwa",
  "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": "Login", "url": "/index.php", "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]},
    {"name": "Dashboard", "url": "/modules/dashboard/index.php", "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]}
  ]
}