{
  "name": "TextSorter — Free Text Tools",
  "short_name": "TextSorter",
  "description": "Free, 100% client-side suite of text manipulation and developer tools. Sort, convert, encode, hash, and transform text — all in your browser.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f0f23",
  "theme_color": "#6366f1",
  "orientation": "any",
  "scope": "/",
  "categories": ["developer", "productivity", "utilities"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "JSON Formatter",
      "short_name": "JSON",
      "url": "/json-formatter",
      "description": "Beautify & validate JSON"
    },
    {
      "name": "Sort Text",
      "short_name": "Sort",
      "url": "/sort-text",
      "description": "Alphabetize lines A-Z or Z-A"
    },
    {
      "name": "Base64 Encoder",
      "short_name": "Base64",
      "url": "/base64",
      "description": "Encode & decode Base64"
    },
    {
      "name": "Password Generator",
      "short_name": "Password",
      "url": "/password-generator",
      "description": "Generate secure random passwords"
    }
  ]
}
