{
  "id": "https://resi.idm.web.id/",
  "name": "Cek Resi Ekspedisi",
  "short_name": "Cek Resi",
  "description": "Lacak resi & cek ongkir berbagai kurir. Cepat, ringan, no ribet.",
  "lang": "id-ID",
  "dir": "ltr",

  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone","browser","minimal-ui","fullscreen","window-controls-overlay"],
  "background_color": "#0b1220",
  "theme_color": "#0b1220",
  "orientation": "any",

  "launch_handler": { "client_mode": "auto" },

  "categories": ["utilities","productivity","business"],

  "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/maskable-192.png",    "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/maskable-512.png",    "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],

  "shortcuts": [
    {
      "name": "Lacak Resi",
      "short_name": "Lacak",
      "url": "/index.php?tab=track&utm_source=pwa_shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Cek Ongkir",
      "short_name": "Ongkir",
      "url": "/rates.php?utm_source=pwa_shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],

  "screenshots": [
    { "src": "/branding/og-1200x630.png",     "sizes": "1200x630", "type": "image/png", "form_factor": "wide" },
    { "src": "/branding/feature_1024x500.png","sizes": "1024x500", "type": "image/png", "form_factor": "wide" }
  ],

  "share_target": {
    "action": "/index.php",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": { "title": "title", "text": "q", "url": "u" }
  },

  "protocol_handlers": [
    { "protocol": "web+resi", "url": "/index.php?resi=%s" }
  ],

  /* =========================
     OPTIONAL CAPABILITIES
     ========================= */

  /* 1) Edge Side Panel (PWABuilder “Increase reach by participating in the edge_side_panel”) */
  "edge_side_panel": {
    "preferred_width": 380,
    "path": "/sidepanel.html"
  },

  /* 2) Open links as an app (PWABuilder “handle_links”) */
  "handle_links": "preferred",
  /* (opsional tambahan Chrome): 
     "capture_links": "existing-client-navigate" */

  /* 3) File handlers (PWABuilder “file_handlers”) – placeholder */
  "file_handlers": [
    {
      "action": "/open-file",
      "accept": {
        "text/plain": [".resi", ".txt"]
      }
    }
  ],

  /* 4) Widgets (PWABuilder “widgets”) – placeholder */
  "widgets": [
    {
      "name": "Lacak Cepat",
      "description": "Masukkan nomor resi dari homescreen.",
      "tag": "resi-widget",
      "template_url": "/widgets/track.html",
      "update_interval": 1800,
      "resize": "reflow"
    }
  ],

  /* 5) Related apps (boleh kosong dulu; isi saat sudah live di Play Store) */
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "id": "id.web.idm.resi",
      "url": "https://play.google.com/store/apps/details?id=id.web.idm.resi"
    }
  ]
}
