{
  "id": "/",
  "name": "JSON Studio Pro — Universal Data Converter & Developer Studio",
  "short_name": "JSON Studio",
  "description": "Free, 100% private client-side JSON formatter, validator, auto-repair tool and universal converter for CSV, XML, YAML, TOML, SQL, TypeScript and more. Works fully offline.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#18181b",
  "theme_color": "#18181b",
  "orientation": "any",
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "JSON Studio Pro workspace with formatter, converters and developer studios"
    }
  ],
  "categories": [
    "developer",
    "utilities",
    "productivity"
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Format JSON",
      "short_name": "Format",
      "description": "Format and beautify JSON code",
      "url": "/?action=format"
    },
    {
      "name": "JSON to CSV",
      "short_name": "CSV",
      "description": "Convert JSON to CSV spreadsheet",
      "url": "/?action=csv"
    },
    {
      "name": "SQL Studio",
      "short_name": "SQL",
      "description": "Open SQL Studio & DDL Generator",
      "url": "/?action=sql"
    }
  ]
}
