{
  "name": "ToolForge - Developer Tools",
  "short_name": "ToolForge",
  "description": "100+ free online developer tools. JSON formatter, Base64 encoder, hash generators, image tools & more. Works offline.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#0a0a0a",
  "theme_color": "#0ea5e9",
  "orientation": "any",
  "id": "toolforge-pwa",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "JSON Formatter",
      "short_name": "JSON",
      "description": "Format and validate JSON",
      "url": "/tools/json-formatter?source=pwa"
    },
    {
      "name": "Base64 Encoder",
      "short_name": "Base64",
      "description": "Encode and decode Base64",
      "url": "/tools/base64?source=pwa"
    },
    {
      "name": "Image Compressor",
      "short_name": "Compress",
      "description": "Compress images",
      "url": "/tools/image-compressor?source=pwa"
    },
    {
      "name": "All Tools",
      "short_name": "Tools",
      "description": "Browse all developer tools",
      "url": "/tools?source=pwa"
    }
  ],
  "categories": ["developer", "utilities", "productivity"],
  "lang": "en-US",
  "dir": "ltr",
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "handle_links": "preferred"
}
