{
  "name": "FoneEZY Business Manager",
  "short_name": "FoneEZY",
  "description": "Business management platform for FoneEZY — stock, sales, repairs and attendance.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#F97316",
  "orientation": "any",
  "categories": ["business", "productivity"],
  "lang": "en-AU",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Checkout",
      "url": "/checkout",
      "description": "Open the sales checkout"
    },
    {
      "name": "Attendance",
      "url": "/attendance",
      "description": "Clock in / out scanner"
    }
  ]
}
