{
  "name": "BeresPDF — Tools PDF Gratis",
  "short_name": "BeresPDF",
  "description": "Tools PDF gratis untuk Indonesia. Compress, gabung, pisah, proteksi PDF tanpa upload ke server.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0f172a",
  "orientation": "any",
  "lang": "id",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Compress PDF",
      "short_name": "Compress",
      "description": "Kecilkan ukuran PDF hingga di bawah 1 MB",
      "url": "/tools/compress-pdf.html",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Gabung PDF",
      "url": "/tools/gabung-pdf.html",
      "description": "Satukan beberapa PDF menjadi satu",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Pisah PDF",
      "url": "/tools/pisah-pdf.html",
      "description": "Ekstrak halaman tertentu dari PDF"
    },
    {
      "name": "Proteksi PDF",
      "url": "/tools/proteksi-pdf.html",
      "description": "Tambah password ke PDF"
    }
  ],
  "categories": [
    "productivity",
    "utilities",
    "education"
  ]
}