{
  "name": "TextCompare — Free Online Diff Tool",
  "short_name": "TextCompare",
  "description": "Compare two texts online instantly. Free diff checker with side-by-side view, inline highlights, word & character diff. No login needed. Fast, accurate, private.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0d0e16",
  "theme_color": "#0d0e16",
  "lang": "en",
  "dir": "ltr",
  "orientation": "any",
  "categories": ["utilities", "productivity"],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "48x48 64x64 128x128 256x256",
      "type": "image/x-icon"
    },
    {
      "src": "/og-image.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/og-image.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Compare Text",
      "short_name": "Compare",
      "description": "Open the main text comparison tool",
      "url": "/",
      "icons": [{ "src": "/favicon.ico", "sizes": "96x96" }]
    },
    {
      "name": "Diff Checker",
      "short_name": "Diff",
      "description": "Open the diff checker tool",
      "url": "/diff-checker.html",
      "icons": [{ "src": "/favicon.ico", "sizes": "96x96" }]
    },
    {
      "name": "Code Diff",
      "short_name": "Code",
      "description": "Open the code diff tool",
      "url": "/code-diff-checker.html",
      "icons": [{ "src": "/favicon.ico", "sizes": "96x96" }]
    }
  ]
}
