chore: consolidate platform split checks
This commit is contained in:
30
webui/public/site.webmanifest
Normal file
30
webui/public/site.webmanifest
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "GovOPlaN",
|
||||
"short_name": "GovOPlaN",
|
||||
"description": "GovOPlaN administrative operations platform",
|
||||
"start_url": "/",
|
||||
"scope": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#25282a",
|
||||
"theme_color": "#25282a",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/web-app-manifest-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
},
|
||||
{
|
||||
"src": "/web-app-manifest-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
},
|
||||
{
|
||||
"src": "/web-app-manifest-512x512-maskable.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user