{
  "name": "Smally SMB",
  "short_name": "Smally SMB",
  "description": "Business dashboard and staff scanner for Smally Loyalty.",
  "start_url": "/login.php",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f4f7f6",
  "theme_color": "#15736c",
  "icons": [
    {
      "src": "/assets/images/smally-card-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "SMB Dashboard",
      "url": "/admin/dashboard.php",
      "description": "Open the business overview and setup flow."
    },
    {
      "name": "Scanner",
      "url": "/staff/scan.php",
      "description": "Open the in-store staff scanner."
    }
  ]
}
