{
  "name": "ASPL Merchant Portal",
  "short_name": "ASPL Partner",
  "description": "Secure Access and Dashboard for ASPL Partners",
  "id": "/merchant-portal",
  "start_url": "./login.php",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f8fafc",
  "theme_color": "#2563eb",
  "orientation": "any",
  "icons": [
    {
      "src": "https://ayyapparsolutions.com/img/logo1.jpeg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any maskable"
    },
    {
      "src": "https://ayyapparsolutions.com/img/logo1.jpeg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Issue New Policy",
      "short_name": "New Policy",
      "description": "Create a new device protection policy",
      "url": "./buy_protection.php",
      "icons": [
        {
          "src": "https://ayyapparsolutions.com/img/logo1.jpeg",
          "sizes": "192x192",
          "type": "image/jpeg"
        }
      ]
    },
    {
      "name": "Merchant Dashboard",
      "short_name": "Dashboard",
      "url": "./index.php",
      "icons": [
        {
          "src": "https://ayyapparsolutions.com/img/logo1.jpeg",
          "sizes": "192x192",
          "type": "image/jpeg"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "https://images.unsplash.com/photo-1556656793-062ff98782ee?q=80&w=1280",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "ASPL Merchant Desktop Portal"
    },
    {
      "src": "https://images.unsplash.com/photo-1616348436168-de43ad0db179?q=80&w=720",
      "sizes": "720x1280",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "ASPL Merchant Mobile App"
    }
  ]
}