{
    "name": "case-track.de",
    "short_name": "CaseTrack",
    "description": "Efficient case tracking and project management tool.",
    "start_url": "./index.html",
    "scope": "./",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#0d1117",
    "theme_color": "#0969da",
    "categories": [
        "productivity",
        "utilities"
    ],
    "icons": [
        {
            "src": "assets/icons/web-app-manifest-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "assets/icons/web-app-manifest-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [
        {
            "src": "assets/icons/web-app-manifest-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Dashboard"
        },
        {
            "src": "assets/icons/web-app-manifest-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Mobile View"
        }
    ],
    "shortcuts": [
        {
            "name": "New Issue",
            "short_name": "New",
            "description": "Create a new issue",
            "url": "./index.html?action=new_issue",
            "icons": [
                {
                    "src": "assets/icons/web-app-manifest-192x192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}