{
  "name": "JSONLab — JSON Toolkit",
  "short_name": "JSONLab",
  "description": "The fastest 100% browser-based JSON toolkit. Format, validate, convert, diff and analyze JSON — all locally.",
  "version": "1.0.0",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#6366f1",
  "orientation": "any",
  "categories": ["developer", "productivity", "utilities"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'%3E%3Crect width='192' height='192' rx='32' fill='%236366f1'/%3E%3Ctext x='50%25' y='58%25' font-family='monospace' font-size='80' font-weight='bold' fill='white' text-anchor='middle'%3E%7B%7D%3C/text%3E%3C/svg%3E",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Crect width='512' height='512' rx='96' fill='%236366f1'/%3E%3Ctext x='50%25' y='58%25' font-family='monospace' font-size='220' font-weight='bold' fill='white' text-anchor='middle'%3E%7B%7D%3C/text%3E%3C/svg%3E",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    { "name": "Format JSON", "url": "./formatter.html", "icons": [{"src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Crect width='96' height='96' fill='%236366f1'/%3E%3C/svg%3E", "sizes": "96x96", "type": "image/svg+xml"}] },
    { "name": "Validate JSON", "url": "./validator.html" },
    { "name": "JSON Diff", "url": "./diff.html" },
    { "name": "Tree View", "url": "./tree-view.html" }
  ]
}
