{
  "name": "PDFExcel — AI Document Data Extraction",
  "short_name": "PDFExcel",
  "description": "AI-powered document data extraction. Turn any PDF — invoices, bank statements, contracts, purchase orders, 1099s, and more — into a clean spreadsheet in seconds.",
  "id": "/?source=pwa",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#2563EB",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["business", "productivity", "finance", "utilities"],
  "icons": [
    {
      "src": "/grid-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/grid-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/grid-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "PDFExcel — AI extraction interface"
    },
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "PDFExcel — mobile-friendly extraction"
    }
  ],
  "shortcuts": [
    {
      "name": "Bank statement to Excel",
      "short_name": "Bank statement",
      "description": "Convert a bank statement PDF to clean Excel",
      "url": "/bank-statements",
      "icons": [{ "src": "/grid-icon.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Invoice to Excel",
      "short_name": "Invoice",
      "description": "Extract vendor invoices to Excel",
      "url": "/invoices",
      "icons": [{ "src": "/grid-icon.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "1099 to Excel",
      "short_name": "1099",
      "description": "Convert 1099 forms to Excel",
      "url": "/1099",
      "icons": [{ "src": "/grid-icon.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Resources",
      "short_name": "Resources",
      "description": "Guides and how-tos for PDF-to-Excel workflows",
      "url": "/resources",
      "icons": [{ "src": "/grid-icon.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "prefer_related_applications": false
}
