{
    "name": "RadioStay - 全球电台在线收听平台",
    "short_name": "RadioStay",
    "description": "全球电台在线收听平台，提供来自世界各地的电台直播和音乐播放服务",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#007bff",
    "icons": [
        {
            "src": "/static/images/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/static/images/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "categories": ["music", "entertainment", "news"],
    "lang": "zh-CN",
    "dir": "ltr"
} 