oms-HumanResourceTimeRecording/Application/Timerecording/manifest.json

32 lines
843 B
JSON
Executable File

{
"lang": "en",
"dir": "ltr",
"start_url": "../../en/timerecording",
"type": "privileged",
"name": "Orange Management 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"
}
],
"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"
}
}
}