{
  "name": "Kost2Kost - Premium Living",
  "short_name": "Kost2Kost",
  "description": "Aplikasi manajemen kost premium dengan fasilitas modern",
  "start_url": "kost2kost.com",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FAF7F2",
  "theme_color": "#EF9F27",
  "lang": "id-ID",
  "categories": ["lifestyle", "housing"],
  "icons": [
    {
      "src": "assets/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Bayar Sewa",
      "short_name": "Bayar",
      "description": "Lakukan pembayaran sewa",
      "url": "./bayar.html",
      "icons": [{ "src": "assets/icons/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Riwayat Transaksi",
      "short_name": "Riwayat",
      "description": "Lihat riwayat pembayaran",
      "url": "./riwayat.html",
      "icons": [{ "src": "assets/icons/icon-192.svg", "sizes": "192x192" }]
    }
  ]
}
