oms-HumanResourceTimeRecording/Admin/Install/Application/Timerecording/manifest.json
Dennis Eichhorn d8d01c139f fix tests
2023-09-28 17:00:27 +00:00

33 lines
871 B
JSON

{
"lang": "en",
"dir": "ltr",
"start_url": "../../en/timerecording",
"type": "privileged",
"name": "Jingga Time Recording",
"description": "OMS timerecording application.",
"short_name": "OMS Backend",
"icons": [
{
"src": "/Web/Timerecording/img/logo.png",
"sizes": "64x64 128x128 256x256 512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"scope": "/",
"display": "standalone",
"orientation": "any",
"theme_color": "#712b91",
"background_color": "white",
"permissions": {
"audio-capture" : {
"description" : "Audio capture"
},
"video-capture": {
"description": "Video capture"
},
"speech-recognition" : {
"description" : "Speech recognition"
}
}
}