{
  "name": "JSON.CO.UA — JSON Formatter & SEO Validator",
  "short_name": "JSON.CO.UA",
  "description": "Free JSON formatter, validator, diff, convert and schema.org SEO validator. Works offline.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "landscape",
  "background_color": "#0d0d0f",
  "theme_color": "#00e87a",
  "categories": ["developer", "productivity", "utilities"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "icons/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "JSON.CO.UA desktop interface"
    }
  ],
  "shortcuts": [
    {
      "name": "Format JSON",
      "short_name": "Format",
      "url": "/?tab=format",
      "description": "Open JSON formatter"
    },
    {
      "name": "SEO Validator",
      "short_name": "SEO",
      "url": "/?tab=seo",
      "description": "Validate schema.org structured data"
    },
    {
      "name": "Diff JSON",
      "short_name": "Diff",
      "url": "/?tab=diff",
      "description": "Compare two JSON objects"
    }
  ],
  "prefer_related_applications": false
}
