Packages/luci-theme-design/htdocs/luci-static/design/manifest.json
2025-02-09 12:21:58 +08:00

25 lines
641 B
JSON

{
"name": "Design",
"short_name": "Design",
"description": "Design for OpenWRT by 2smile.",
"start_url": "/",
"scope": "/",
"orientation": "portrait",
"display": "standalone",
"prompt_message": "在主屏幕添加图标,以便快速访问 Design",
"icons": [
{
"src": "images/icon.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "images/icon.png",
"sizes": "192x192",
"type": "image/png"
}
],
"gcm_sender_id": "524223308106",
"gcm_user_visible_only": true,
"status": "ok"
}