webos/web/index.manifest.json
2024-02-29 12:10:25 +08:00

13 lines
248 B
JSON

{
"short_name": "腾飞Webos社区版",
"name": "腾飞Webos社区版",
"icons": [
{
"src": "./imgs/logo.png",
"type": "image/png",
"sizes": "223x223"
}
],
"start_url": "./index.html",
"display": "standalone"
}