PHP前端开发

清单json

百变鹏仔 3天前 #JavaScript
文章标签 清单

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