{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "id": "/?source=pwa",
  "name": "SIBILL - LINKBIT Billing System",
  "short_name": "SIBILL",
  "description": "Sistem Informasi Billing & Manajemen Pelanggan ISP PT Linkbit Inovasi Teknologi",
  "lang": "id-ID",
  "dir": "ltr",
  "start_url": "/dashboard?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "orientation": "any",
  "theme_color": "#4f46e5",
  "background_color": "#0f172a",
  "categories": [
    "business",
    "finance",
    "productivity",
    "utilities"
  ],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 420
  },
  "icons": [
    {
      "src": "/images/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-180x180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/maskable-icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/icons/maskable-icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Tagihan Pelanggan",
      "short_name": "Tagihan",
      "description": "Buka daftar tagihan dan invoice pelanggan",
      "url": "/bills?source=pwa_shortcut",
      "icons": [
        {
          "src": "/images/icons/shortcut-bills.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Data Pelanggan",
      "short_name": "Pelanggan",
      "description": "Kelola data pelanggan dan status layanan",
      "url": "/customers?source=pwa_shortcut",
      "icons": [
        {
          "src": "/images/icons/shortcut-customers.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Entri Pembayaran",
      "short_name": "Bayar",
      "description": "Catat transaksi pembayaran kasir atau transfer",
      "url": "/payments/create?source=pwa_shortcut",
      "icons": [
        {
          "src": "/images/icons/shortcut-payments.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Tiket Gangguan",
      "short_name": "Tiket",
      "description": "Lihat dan tangani laporan tiket gangguan teknis",
      "url": "/tickets?source=pwa_shortcut",
      "icons": [
        {
          "src": "/images/icons/shortcut-tickets.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}
