{
    "name": "CodeShack",
    "short_name": "CodeShack",
    "description": "Free web development tutorials, developer tools, and source code downloads.",
    "start_url": "./",
    "scope": "./",
    "display": "standalone",
    "orientation": "any",
    "background_color": "#ffffff",
    "theme_color": "#2e86de",
    "lang": "en-US",
    "dir": "ltr",
    "categories": ["developer", "education", "productivity", "utilities"],
    "icons": [
        { "src": "web/img/icon-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
        { "src": "web/img/icon-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
        { "src": "web/img/icon-512x512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
    ]
}
