{
    "name": "Qubee Tech Present Tools",
    "short_name": "Qubee Tools",
    "description": "Free online tools: Time converters, Ethiopian tax calculator, JSON formatter, and HTML validator",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#0f70c1",
    "orientation": "any",
    "scope": "/",
    "categories": ["developer-tools", "utilities", "productivity", "finance"],
    "lang": "en",
    "dir": "ltr",
    "icons": [
        {
            "src": "android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png"
        },
        {
            "src": "favicon-32x32.png",
            "sizes": "32x32",
            "type": "image/png"
        },
        {
            "src": "favicon-16x16.png",
            "sizes": "16x16",
            "type": "image/png"
        }
    ],
    "shortcuts": [
        {
            "name": "Time Format Converter",
            "short_name": "Time Format",
            "description": "Convert between 24-hour and 12-hour time formats",
            "url": "/time-converter",
            "icons": [
                {
                    "src": "android-chrome-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Time Zone Converter",
            "short_name": "Time Zones",
            "description": "Convert times between different time zones worldwide",
            "url": "/time-zone-converter/",
            "icons": [
                {
                    "src": "android-chrome-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Ethiopian Tax Calculator",
            "short_name": "Tax Calculator",
            "description": "Calculate Ethiopian income tax and net salary",
            "url": "/ethio-tax/",
            "icons": [
                {
                    "src": "android-chrome-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "JSON Formatter",
            "short_name": "JSON Tool",
            "description": "Format, validate and beautify JSON data",
            "url": "/json-beautify",
            "icons": [
                {
                    "src": "android-chrome-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "HTML Tag Checker",
            "short_name": "HTML Validator",
            "description": "Validate HTML structure and detect errors",
            "url": "/html-tag-checker/",
            "icons": [
                {
                    "src": "android-chrome-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ]
}