{
  "name": "JeshuuuPDF",
  "short_name": "JeshuuuPDF",
  "description": "Free online PDF tools – Merge, Split, Compress, Convert and more. 100% free, no upload needed.",
  "id": "./",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#ffffff",
  "theme_color": "#9333ea",
  "orientation": "any",
  "lang": "en",
  "dir": "ltr",
  "categories": ["utilities", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    {"src": "assets/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any"},
    {"src": "assets/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any"}
  ],
  "file_handlers": [{"action": "./", "accept": {"application/pdf": [".pdf"]}}],
  "share_target": {"action": "./", "method": "GET", "params": {"title": "title", "text": "text", "url": "url"}},
  "launch_handler": {"client_mode": "focus-existing"}
}
