{
  "name": "JSON Hero - JSON Formatter & Viewer",
  "short_name": "JSON Hero",
  "description": "Free online JSON viewer, formatter, and editor. Format, minify, validate, and search JSON in your browser.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f6f8fb",
  "theme_color": "#2563eb",
  "icons": [
    {
      "src": "/assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "categories": ["developer", "utilities"],
  "lang": "en"
}
