{
  "name": "SINAR - Sistem Antrian Radio Terapi",
  "short_name": "SINAR",
  "description": "Aplikasi pemantauan antrian Radio Terapi untuk ruangan LINAC dan COBALT dengan sumber Google Sheet terpisah.",
  "start_url": "./index.php",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#eefcf8",
  "theme_color": "#0f766e",
  "icons": [
    {"src":"icon-192.png","sizes":"192x192","type":"image/png","purpose":"any maskable"},
    {"src":"icon-512.png","sizes":"512x512","type":"image/png","purpose":"any maskable"}
  ],
  "shortcuts": [
    {"name":"Antrian LINAC","short_name":"LINAC","url":"./index.php?room=linac","icons":[{"src":"icon-192.png","sizes":"192x192"}]},
    {"name":"Antrian COBALT","short_name":"COBALT","url":"./index.php?room=cobalt","icons":[{"src":"icon-192.png","sizes":"192x192"}]}
  ]
}
