{
    "name": "PHP Code Checker",
    "short_name": "PHP Code Checker",
    "description": "An online tool to check PHP code for errors and issues.",
    "icons": [
        {
            "src": "/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/android-chrome-384x384.png",
            "sizes": "384x384",
            "type": "image/png"
        }
    ],
    "theme_color": "#6577b5",
    "background_color": "#ffffff",
    "display": "standalone",
    "start_url": "/index.html",
    "scope": "/",
    "orientation": "portrait"
}