{
    "name": "CodePress CMS",
    "short_name": "CodePress",
    "description": "A lightweight, file-based content management system built with PHP and Bootstrap",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#0a369d",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "en",
    "categories": ["productivity", "utilities"],
    "icons": [
        {
            "src": "/assets/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        },
        {
            "src": "/assets/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/assets/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Search",
            "short_name": "Search",
            "description": "Search through content",
            "url": "/?search=",
            "icons": [
                {
                    "src": "/assets/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Guide",
            "short_name": "Guide",
            "description": "View documentation",
            "url": "/?guide",
            "icons": [
                {
                    "src": "/assets/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}