iOS PWA and IT Job Checklist for IT Staff view
This commit is contained in:
+14
-5
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user