{
    "name": "screentint",
    "short_name": "screentint",
    "description": "screentint Screen glare reduction tool",
    "start_url": "/index.html",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#007BFF",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "icons/icon256.png",
            "sizes": "256*256",
            "type": "image/png"
        },
        {
            "src": "icons/icon512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "lang": "en-US",
    "scope": "/",
    "id": "/?source=webmanifest",
    "categories": [
        "Screen tint Chrome extension",
        "Reduce screen glare extension",
        "Custom screen tint tool",
        "RGB screen tint adjustment",
        "Chrome extension to reduce screen brightness",
        "Adjust screen tint in Chrome",
        "Anti-glare screen extension"
    ]
}