feat: add Flutter web build support
This commit is contained in:
17
apps/service_app/web/manifest.json
Normal file
17
apps/service_app/web/manifest.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "和气瓶安服务工作台",
|
||||
"short_name": "服务工作台",
|
||||
"start_url": ".",
|
||||
"display": "standalone",
|
||||
"background_color": "#ffffff",
|
||||
"theme_color": "#bf360c",
|
||||
"description": "和气瓶安服务工作台 Web 应用。",
|
||||
"icons": [
|
||||
{
|
||||
"src": "icons/app-icon.svg",
|
||||
"sizes": "any",
|
||||
"type": "image/svg+xml",
|
||||
"purpose": "any maskable"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user