{
  "name": "ToolsForDevs",
  "short_name": "ToolsForDevs",
  "description": "Free online developer tools for JSON, XML, Base64, UUID, JWT, RSA encryption, and YAML conversion",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0d6efd",
  "orientation": "any",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' fill='%230d6efd' rx='20'/><path d='M30 30 L70 30 L70 50 L50 50 L50 70 L30 70 Z' fill='white'/><circle cx='50' cy='50' r='8' fill='%230d6efd'/></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' fill='%230d6efd' rx='20'/><path d='M30 30 L70 30 L70 50 L50 50 L50 70 L30 70 Z' fill='white'/><circle cx='50' cy='50' r='8' fill='%230d6efd'/></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["developer", "utilities", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "JSON Formatter",
      "short_name": "JSON",
      "description": "Format and validate JSON",
      "url": "/?tool=jsonFormatter",
      "icons": []
    },
    {
      "name": "Base64 Encoder",
      "short_name": "Base64",
      "description": "Encode/Decode Base64",
      "url": "/?tool=base64",
      "icons": []
    }
  ]
}
