{
  "name": "FWD Tools — Free Online Tools",
  "short_name": "FWD Tools",
  "description": "117 free browser-based tools for freelancers, frontend developers, and web developers. JSON formatter, CSS generators, PDF utilities, image compressor, calculators, and more.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#0e0f11",
  "background_color": "#0e0f11",
  "categories": ["productivity", "developer", "utilities"],
  "lang": "en",
  "icons": [
    {
      "src": "/icons/pwa-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/pwa-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "JSON Formatter",
      "short_name": "JSON",
      "description": "Format, validate, repair and minify JSON",
      "url": "/json-formatter/",
      "icons": [{ "src": "/icons/json-formatter.svg", "sizes": "96x96" }]
    },
    {
      "name": "Image Compressor",
      "short_name": "Compress",
      "description": "Bulk compress PNG, JPEG, WebP, AVIF in browser",
      "url": "/image-compressor/",
      "icons": [{ "src": "/icons/image-compressor.svg", "sizes": "96x96" }]
    },
    {
      "name": "Freelance Dashboard",
      "short_name": "Dashboard",
      "description": "Daily focus log + kanban in one tab",
      "url": "/freelance-dashboard/",
      "icons": [{ "src": "/icons/freelance-dashboard.svg", "sizes": "96x96" }]
    },
    {
      "name": "Diff Checker",
      "short_name": "Diff",
      "description": "Compare two files or text blocks side by side",
      "url": "/diff-checker/",
      "icons": [{ "src": "/icons/diff-checker.svg", "sizes": "96x96" }]
    }
  ],
  "screenshots": [
    {
      "src": "/images/dev-tools.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "FWD Tools — Free Online Tools for Freelancers & Web Developers"
    }
  ]
}
