{
    "name": "MRP模拟器",
    "short_name": "MRP",
    "description": "基于 Emscripten 的冒泡(Mythroad)模拟器，在浏览器中运行 MRP 应用和游戏",
    "start_url": "./index.html",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#0d1117",
    "theme_color": "#161b28",
    "icons": [
        {
            "src": "icon.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": ["games", "entertainment"],
    "lang": "zh-CN"
}
