iOS PWA and IT Job Checklist for IT Staff view

This commit is contained in:
2026-04-11 07:40:12 +08:00
parent 5cb6561924
commit f223d1f958
18 changed files with 389 additions and 109 deletions
+14 -5
View File
@@ -1,13 +1,16 @@
{
"name": "tasq",
"short_name": "tasq",
"start_url": ".",
"id": "/",
"name": "TasQ",
"short_name": "TasQ",
"description": "Task and workforce management for your organisation.",
"start_url": "./",
"display": "standalone",
"display_override": ["standalone", "minimal-ui"],
"background_color": "#FFFFFF",
"theme_color": "#FFFFFF",
"description": "A new Flutter project.",
"orientation": "portrait-primary",
"prefer_related_applications": false,
"categories": ["productivity", "business"],
"icons": [
{
"src": "icons/Icon-192.png",
@@ -30,6 +33,12 @@
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "icons/apple-touch-icon-180.png",
"sizes": "180x180",
"type": "image/png",
"purpose": "any"
}
]
}
}