I am looking to do a Google Chomebook kiosk for chromebooks and I am running into the issue of how the app runs. As the issue is we want people to sign in but after some time of inactivity to restart the app. I feel like this is a normal function of a kiosk.
We are also trying to get the app to ask where the person wants to save the documents as well as an optional USB downloand.
Currently I am stuck trying to find correct JSON values for all of this and their isn't much documentation on this.
{
"kioskModeApp": {
"appId": "chrome",
"url": "https://drive.google.com/drive/my-drive",
"clearCache": true,
"clearCookies": true,
"clearData": {
"since": "forever"
}
},
"kioskModeAppTimeout": {
"idleTimeSeconds": 20,
"refreshTimeSeconds": 10
}
}