{
  "name": "FreeToolsPDF \u2014 Free PDF & Student Tools",
  "short_name": "FreeToolsPDF",
  "description": "498+ free online tools: Merge, Compress, Split PDFs and student calculators. 100% private, no signup.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#F6F7FB",
  "theme_color": "#FF5A1F",
  "orientation": "any",
  "lang": "en-IN",
  "categories": [
    "utilities",
    "education",
    "productivity"
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Merge PDF",
      "short_name": "Merge",
      "description": "Combine multiple PDFs into one",
      "url": "/tools/merge-pdf.html",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Compress PDF",
      "short_name": "Compress",
      "description": "Reduce PDF file size",
      "url": "/tools/compress-pdf.html",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Attendance Calculator",
      "short_name": "Attendance",
      "description": "Calculate your attendance percentage",
      "url": "/tools/attendance-calculator.html",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "FreeToolsPDF Homepage"
    }
  ]
}