{
    "name": "Playsheet",
    "short_name": "Playsheet",
    "description": "A piano learning app",
    "start_url": "./",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#ffffff",
    "icons": [
        {
            "src": "favicon.png",
            "sizes": "any",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "orientation": "landscape",
    "categories": [
        "education",
        "music",
        "games"
    ]
}