{
  "name": "DiffMaster - Professional Code & JSON Comparison Tool",
  "short_name": "DiffMaster",
  "description": "Free online code comparison tool with syntax highlighting for JavaScript, TypeScript, Java, C#, Swift, Kotlin. Compare JSON, text files with advanced diff visualization.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4f46e5",
  "orientation": "portrait-primary",
  "categories": ["developer", "productivity", "utilities"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/favicon1.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/favicon1.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/favicon1.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/favicon1.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon1.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "DiffMaster Code Comparison Interface"
    },
    {
      "src": "/screenshot-narrow.png",
      "sizes": "640x1136",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "DiffMaster Mobile Interface"
    }
  ],
  "shortcuts": [
    {
      "name": "JSON Compare",
      "short_name": "JSON",
      "description": "Compare JSON files with structure analysis",
      "url": "/?mode=json",
      "icons": [
        {
          "src": "/favicon-32x32.png",
          "sizes": "32x32"
        }
      ]
    },
    {
      "name": "Code Compare",
      "short_name": "Code",
      "description": "Compare code files with syntax highlighting",
      "url": "/?mode=code",
      "icons": [
        {
          "src": "/favicon-32x32.png",
          "sizes": "32x32"
        }
      ]
    }
  ]
}