Files
rhinelab-ui/public/manifest.webmanifest

18 lines
625 B
JSON

{
"id": "./",
"name": "Rhine Lab · Analysis OS",
"short_name": "Rhine Lab",
"description": "莱茵生命交互式三维研究档案终端",
"lang": "zh-CN",
"start_url": "./?source=pwa",
"scope": "./",
"display": "standalone",
"background_color": "#e8e5e1",
"theme_color": "#e8e5e1",
"icons": [
{ "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
{ "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
{ "src": "icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
]
}