{
  "name": "PDF Tools Pro",
  "short_name": "PDF Tools",
  "description": "Merge, split, compress, and convert PDFs — offline, private, one-time purchase. All processing happens locally on your device. No files are uploaded. No subscription.",

  "id": "pdftoolspro-app-v1",

  "start_url": "/?source=pwa",
  "scope": "/",

  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],

  "orientation": "any",

  "theme_color": "#0a0c10",
  "background_color": "#161b24",

  "categories": ["productivity", "utilities"],
  "lang": "en-US",
  "dir": "ltr",

  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",

  "icons": [
    { "src": "/icons/icon-72.png",           "sizes": "72x72",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-96.png",           "sizes": "96x96",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-128.png",          "sizes": "128x128", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-144.png",          "sizes": "144x144", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-152.png",          "sizes": "152x152", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-180.png",          "sizes": "180x180", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192.png",          "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-384.png",          "sizes": "384x384", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png",          "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],

  "screenshots": [
    {
      "src": "/screenshots/screen-wide.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "PDF Tools Pro — Merge, Split, Compress and Convert PDFs offline"
    },
    {
      "src": "/screenshots/screen-narrow.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "PDF Tools Pro — Mobile friendly PDF utility"
    }
  ],

  "shortcuts": [
    {
      "name": "Merge PDFs",
      "short_name": "Merge",
      "description": "Combine multiple PDFs into one file",
      "url": "/?tool=merge&source=shortcut",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Split PDF",
      "short_name": "Split",
      "description": "Extract pages or split a PDF by range",
      "url": "/?tool=split&source=shortcut",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Compress PDF",
      "short_name": "Compress",
      "description": "Reduce PDF file size with three quality levels",
      "url": "/?tool=compress&source=shortcut",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Reorder Pages",
      "short_name": "Reorder",
      "description": "Drag, rotate and delete PDF pages",
      "url": "/?tool=reorder&source=shortcut",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    }
  ],

  "file_handlers": [
    {
      "action": "/",
      "accept": { "application/pdf": [".pdf"] },
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }],
      "launch_type": "single-client"
    }
  ],

  "share_target": {
    "action": "/?share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "name",
      "text": "description",
      "url": "link",
      "files": [{ "name": "pdf", "accept": ["application/pdf", ".pdf"] }]
    }
  },

  "launch_handler": {
    "client_mode": ["focus-existing", "auto"]
  },

  "protocol_handlers": [
    { "protocol": "web+pdf", "url": "/?protocol=%s" }
  ],

  "edge_side_panel": {
    "preferred_width": 480
  },

  "prefer_related_applications": false,
  "related_applications": []
}