插件窝 干货文章 清单json

清单json

png Services Healing 渐进式 770    来源:    2024-10-23

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"
}