{
  "name": "POP DROP! — Transfer File Antar Perangkat",
  "short_name": "POP DROP!",
  "description": "Kirim file apa saja antar perangkat lewat QR. Langsung P2P, tanpa upload ke server.",
  "id": "pop-drop",
  "start_url": "./popdrop.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#FFF3D6",
  "theme_color": "#FFC933",
  "lang": "id",
  "dir": "ltr",
  "categories": ["utilities", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "icons/icon-drop.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon-drop.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ]
}