{
  "name": "Tools Hub - Free Online Developer Tools",
  "short_name": "Tools Hub",
  "description": "Collection of free online developer tools. All data processing is done locally, ensuring 100% security. Features JSON formatter, SQL formatter, Base64 encoder/decoder, image processing, unit converter, and more.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["developer-tools", "productivity", "utilities"],
  "screenshots": [
    {
      "src": "/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Tools Hub - Developer Tools Collection"
    },
    {
      "src": "/screenshot-narrow.png",
      "sizes": "750x1334",
      "type": "image/png",
      "label": "Tools Hub - Mobile View"
    }
  ],
  "shortcuts": [
    {
      "name": "JSON Formatter",
      "short_name": "JSON",
      "description": "Format and validate JSON data",
      "url": "/tools/json-formatter",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "SQL Formatter",
      "short_name": "SQL",
      "description": "Format and beautify SQL statements",
      "url": "/tools/sql-formatter",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Base64 Encoder",
      "short_name": "Base64",
      "description": "Base64 encoding and decoding tool",
      "url": "/tools/base64-encoder",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
