{
  "name": "Shiftext — Text & String Tools",
  "short_name": "Shiftext",
  "description": "Free text and string transformation tools. Convert case, format strings, clean text, and convert to JSON — instant, private, no sign-up.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "lang": "en",
  "scope": "/",
  "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"
    }
  ],
  "shortcuts": [
    {
      "name": "Lowercase to Uppercase",
      "url": "/lowercase-to-uppercase/",
      "description": "Convert lowercase text to uppercase"
    },
    {
      "name": "Capitalization Tool",
      "url": "/capitalization-tool/",
      "description": "Title case, sentence case, each word"
    },
    {
      "name": "String Formatter",
      "url": "/string-formatter/",
      "description": "camelCase, snake_case, kebab-case and more"
    },
    {
      "name": "String to JSON",
      "url": "/string-to-json/",
      "description": "Convert text to valid JSON string or array"
    }
  ],
  "categories": ["utilities", "productivity"],
  "screenshots": []
}
