{
    "name": "Text Utility Tools by 100X Solutions",
    "short_name": "Text Tools",
    "description": "Fast, free & secure online text utility tools. 100% client-side processing.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#0F172A",
    "theme_color": "#22D3EE",
    "icons": [
        {
            "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' rx='20' fill='%230F172A'/><text x='50' y='65' text-anchor='middle' font-size='50'>🛠️</text></svg>",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ],
    "categories": ["utilities", "productivity"],
    "lang": "en",
    "dir": "ltr",
    "prefer_related_applications": false,
    "shortcuts": [
        {
            "name": "Case Converter",
            "short_name": "Case",
            "description": "Convert text case (UPPER, lower, Title)",
            "url": "/#case-converter",
            "icons": [
                {
                    "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' rx='20' fill='%231E293B'/><text x='50' y='60' text-anchor='middle' fill='%2322D3EE' font-size='40'>Aa</text></svg>",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "JSON Formatter",
            "short_name": "JSON",
            "description": "Format and validate JSON",
            "url": "/#json-formatter",
            "icons": [
                {
                    "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' rx='20' fill='%231E293B'/><text x='50' y='60' text-anchor='middle' fill='%2322D3EE' font-size='40'>{ }</text></svg>",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Word Counter",
            "short_name": "Count",
            "description": "Count words, characters, lines",
            "url": "/#word-counter",
            "icons": [
                {
                    "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' rx='20' fill='%231E293B'/><text x='50' y='60' text-anchor='middle' fill='%2322D3EE' font-size='40'>123</text></svg>",
                    "sizes": "96x96"
                }
            ]
        }
    ]
}

