{
  "name": "GoSmart Payment & Receipt",
  "short_name": "GoSmart",
  "description": "Enterprise Finance System for Payment and Receipt Management",
  "start_url": "/index.php",
  "display": "standalone",
  "background_color": "#faf9f8",
  "theme_color": "#4caf50",
  "orientation": "portrait",
  "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": "New Receipt",
      "short_name": "Receipt",
      "description": "Create a new receipt transaction",
      "url": "/index.php?type=REC",
      "icons": [{ "src": "icon-receipt.png", "sizes": "96x96" }]
    },
    {
      "name": "New Payment",
      "short_name": "Payment",
      "description": "Create a new payment transaction",
      "url": "/index.php?type=PAY",
      "icons": [{ "src": "icon-payment.png", "sizes": "96x96" }]
    }
  ],
  "screenshots": [
    {
      "src": "screenshot.png",
      "sizes": "1280x720",
      "type": "image/png"
    }
  ]
}