{
"manifest_version": 2,
"name": "Enterprise Kiosk Test App",
"version": "1",
"app": {
"background": {
"scripts": ["main.js"]
}
},
"kiosk_enabled": true,
"permissions": [
"identity",
"enterprise.kioskInput"
],
"oauth2": {
"client_id": "fake-client-id",
"scopes": ["https://www.googleapis.com/auth/userinfo.profile"]
}
}