{
  "name": "RN Coffee POS — Tentang Rasa Bukan Kata",
  "short_name": "RN Coffee POS",
  "description": "Sistem Kasir & Point of Sale Modern RN Coffee",
  "start_url": "/?source=pwa",
  "id": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#FFFFFF",
  "theme_color": "#8B0000",
  "orientation": "any",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/img/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/img/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["business", "finance", "food"],
  "shortcuts": [
    {
      "name": "POS Kasir",
      "short_name": "Kasir",
      "description": "Buka Terminal POS Kasir Langsung",
      "url": "/?source=pwa#pos",
      "icons": [{ "src": "/img/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Riwayat Transaksi",
      "short_name": "Transaksi",
      "description": "Lihat Daftar Transaksi",
      "url": "/?source=pwa#transaksi",
      "icons": [{ "src": "/img/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
