{
  "name": "Rasheed Sons Electronics",
  "short_name": "Rasheed Sons",
  "description": "Mobile Installment Shop Management System",
  "start_url": "index.php",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#198754",
  "lang": "ur",
  "icons": [
    {
      "src": "icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Quick Installment",
      "short_name": "Installment",
      "description": "Installment jama karein",
      "url": "receive_installment.php",
      "icons": [{ "src": "icon.png", "sizes": "192x192" }]
    },
    {
      "name": "Reminders",
      "short_name": "Reminders",
      "description": "Due date reminders dekhein",
      "url": "reminders.php",
      "icons": [{ "src": "icon.png", "sizes": "192x192" }]
    }
  ]
}