{
  "name": "Split by Size",
  "short_name": "Split by Size",
  "description": "Split PDF based on file size (e.g., <10MB)",
  "start_url": "/split-by-size/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}