{
  "name": "JSON Harbor",
  "short_name": "JSON Harbor",
  "description": "Free online JSON formatter, viewer, and validator. 100% client-side.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f0f18",
  "theme_color": "#7c3aed",
  "orientation": "any",
  "lang": "en",
  "categories": ["developer tools", "utilities", "productivity"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "JSON Harbor — paste and explore JSON as a tree"
    }
  ]
}
