{
  "id": "bosp-kita-app",
  "name": "BOSP Kita - Pengelolaan Dana & LPJ BOSP",
  "short_name": "BOSP Kita",
  "description": "Sistem Informasi Pengelolaan Dana BOSP dan LPJ/SPJ Sekolah Sederhana, Cepat, dan Akurat",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#F8FAFC",
  "theme_color": "#1E3A8A",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Catat Belanja Baru",
      "short_name": "Catat",
      "description": "Formulir cepat mencatat pengeluaran nota BOSP",
      "url": "./index.html?action=tambah",
      "icons": [{ "src": "icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Status LPJ",
      "short_name": "LPJ",
      "description": "Periksa status pengajuan dan revisi LPJ",
      "url": "./index.html?tab=lpj",
      "icons": [{ "src": "icons/icon.svg", "sizes": "any" }]
    }
  ],
  "categories": ["finance", "education", "productivity"],
  "prefer_related_applications": false
}
