”工欲善其事,必先利其器。“—孔子《论语.录灵公》
首页 > 编程 > 清单.json

清单.json

发布于2024-07-29
浏览:900

Manifest.json

Manifest.json 对于渐进式 Web 应用程序是必需的。

{
    "background_color": "#fff",
    "display": "standalone",
    "description": "Awesome application portal to Healing Services",
    "icons": [
        { "src": "192.png", "sizes": "192x192", "type": "image/png" },
        { "src": "512.png", "sizes": "512x512", "type": "image/png" }
    ],
    "name": "Holy Spirit Healing Services",
    "short_name": "The Holy Spirit",
    "start_url": "./healingservices.html"
}
版本声明 本文转载于:https://dev.to/theholyspirit/manifestjson-13i?1如有侵犯,请联系[email protected]删除
最新教程 更多>

免责声明: 提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请说明详细缘由并提供版权或权益证明然后发到邮箱:[email protected] 我们会第一时间内为您处理。

Copyright© 2022 湘ICP备2022001581号-3