{
    "name": "织信Next",
    "short_name": "织信",
    "description": "织信Next",
    "version": "2.0.0-next",
    "manifest_version": 20221106001,
    "default_locale": "zh-CN",
    "author": "INFORMAT",
    "start_url": "https://next.informat.cn/mobile/",
    "display": "standalone",
    "orientation": "landscape",
    "theme_color": "#fff",
    "background_color": "#fff",
    "icons": [
        {
            "src": "/logo.png",
            "sizes": "128x128",
            "type": "image/png"
        },
        {
            "src": "/logo.png",
            "sizes": "32x32",
            "type": "image/png"
        },
        {
            "src": "/logo.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/logo.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "app": {
        "urls": [
            "https://next.informat.cn/mobile/"
        ],
        "permissions": [
            "unlimitedStorage",
            "notifications",
            "fullscreen"
        ]
    }
}
