{
    "name": "HyperSonic",
    "short_name": "HyperSonic",
    "description": "A modern, approachable Sonic 1 disassembly IDE.",
    "start_url": "./",
    "display": "standalone",
    "background_color": "#1e1e1e",
    "theme_color": "#1e1e1e",
    "icons": [
        { "src": "res/img/ico/AppIcon.png", "sizes": "16x16", "type": "image/png", "purpose": "any" },
        { "src": "res/img/ico/AppIcon-32.png", "sizes": "32x32", "type": "image/png", "purpose": "any" },
        { "src": "res/img/ico/AppIcon-64.png", "sizes": "64x64", "type": "image/png", "purpose": "any" },
        { "src": "res/img/ico/AppIcon-128.png", "sizes": "128x128", "type": "image/png", "purpose": "any" },
        { "src": "res/img/ico/AppIcon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
        { "src": "res/img/ico/AppIcon-256.png", "sizes": "256x256", "type": "image/png", "purpose": "any" },
        { "src": "res/img/ico/AppIcon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
        { "src": "res/img/ico/AppIcon-1024.png", "sizes": "1024x1024", "type": "image/png", "purpose": "any" },
        {
            "src": "res/img/ico/Android-Maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "res/img/ico/Android-Maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}
