{
    "name": "Onlock - Lock In. Tune Out.",
    "short_name": "Onlock",
    "description": "A minimal, distraction-free environment designed to help you lock in and get deep work done.",
    "start_url": "./index.php",
    "display": "standalone",
    "background_color": "#293132",
    "theme_color": "#293132",
    "orientation": "portrait",
    "icons": [
        {
            "src": "icon.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icon.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}