{
  "name": "MaskPro Unify Business Suite",
  "short_name": "Unify",
  "description": "MaskPro's all-in-one business management suite — bookings, customers, inventory, reports, and operations.",
  "start_url": "./index.php",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0f172a",
  "theme_color": "#d4a843",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "img/pwa_icon_192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "img/pwa_icon_192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "img/pwa_icon_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "img/pwa_icon_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "./index.php",
      "icons": [{ "src": "img/pwa_icon_192.png", "sizes": "192x192" }]
    },
    {
      "name": "Bookings",
      "short_name": "Bookings",
      "url": "./bookings.php",
      "icons": [{ "src": "img/pwa_icon_192.png", "sizes": "192x192" }]
    },
    {
      "name": "Customers",
      "short_name": "Customers",
      "url": "./customers.php",
      "icons": [{ "src": "img/pwa_icon_192.png", "sizes": "192x192" }]
    }
  ]
}
