{
  "name": "Blackbook Systems — Salon Management",
  "short_name": "Blackbook",
  "description": "The salon day-book. Log the work, confirm the cash, close the day.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1E4A3C",
  "theme_color": "#1E4A3C",
  "categories": ["business", "productivity", "finance"],
  "lang": "en-KE",
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icon-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Log a job",   "url": "./index.html?tab=log",   "description": "Record work just done" },
    { "name": "Confirm cash","url": "./index.html?tab=queue", "description": "Check the money came in" }
  ]
}
