{
    "name": "游戏代练平台",
    "short_name": "游戏代练",
    "description": "游戏代练官方撮合平台：找游戏代练、发单接单、上分代练；支持接单大厅、世界对话、游戏组队与骗子核查，可保存到电脑和手机桌面",
    "start_url": "./index.php",
    "scope": "/",
    "display": "standalone",
    "background_color": "#0f1219",
    "theme_color": "#f4c430",
    "orientation": "any",
    "icons": [
        {
            "src": "./images/icons/pwa-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "./images/icons/pwa-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "./images/icons/pwa-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "./images/icons/icon-logo.jpg",
            "sizes": "256x256",
            "type": "image/jpeg",
            "purpose": "any"
        }
    ],
    "shortcuts": [
        {
            "name": "接单大厅",
            "short_name": "接单",
            "url": "./order_hall.php",
            "icons": [{ "src": "./images/icons/pwa-192.png", "sizes": "192x192" }]
        },
        {
            "name": "发布订单",
            "short_name": "发单",
            "url": "./post_order.php",
            "icons": [{ "src": "./images/icons/pwa-192.png", "sizes": "192x192" }]
        }
    ],
    "categories": ["games", "business", "social"],
    "lang": "zh-CN",
    "dir": "ltr",
    "id": "./"
}
