{
  "name": "PDF Extract Text \u2014 runlocally",
  "short_name": "PDF Extract Text",
  "description": "Extract the text from a PDF, page by page. Runs locally in your browser. Nothing is uploaded. Works offline.",
  "start_url": "/pdf-extract-text/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone"
  ],
  "background_color": "#ffffff",
  "theme_color": "#6366f1",
  "scope": "/pdf-extract-text/",
  "icons": [
    {
      "src": "/pdf-extract-text/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/pdf-extract-text/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "utilities",
    "productivity"
  ],
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}
