{
  "name": "JSON Tools - Free Online Developer Tools",
  "short_name": "JSON Tools",
  "description": "Free online JSON formatter, validator, minifier, and 20+ developer tools. Works offline.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#131c2e",
  "theme_color": "#22C55E",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "categories": ["developer tools", "productivity", "utilities"],
  "icons": [
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/images/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "JSON Formatter",
      "short_name": "Formatter",
      "description": "Format and validate JSON",
      "url": "/tools/json-formatter",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "JSON Compare",
      "short_name": "Compare",
      "description": "Compare two JSON documents",
      "url": "/tools/json-compare",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Timestamp Converter",
      "short_name": "Timestamp",
      "description": "Convert Unix timestamps",
      "url": "/tools/timestamp-converter",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Base64 Encoder",
      "short_name": "Base64",
      "description": "Encode/decode Base64",
      "url": "/tools/base64",
      "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "JSON Tools Desktop View"
    }
  ]
}
