{
  "name": "Bokamoso 97.4 FM — Broadcast Operations",
  "short_name": "Bokamoso Ops",
  "description": "Studio handover, GPS attendance, advert flighting and proof-of-play for Bokamoso 97.4 FM.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0A1428",
  "theme_color": "#0A1428",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "productivity", "utilities"],
  "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-maskable-512.png",  "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Studio Handover",
      "short_name": "Handover",
      "description": "Complete the end-of-shift equipment checklist",
      "url": "./index.html?tab=Handover",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Clock In / Out",
      "short_name": "Attendance",
      "description": "GPS-verified attendance",
      "url": "./index.html?tab=Attendance",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Advert Run Sheet",
      "short_name": "On Air",
      "description": "Today's adverts and as-run confirmation",
      "url": "./index.html?tab=OnAir",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
