blob: f09bf54a124b6f019fd41ed82a633f8e771b1416 [file] [log] [blame]
{
"name": "Kiosk Only Test",
"manifest_version": 2,
"description": "Test for 'kiosk_only' manifest attribute",
"version": "1",
"app": {
"background": {
"scripts": ["background.js"]
}
},
"kiosk_enabled": true,
"kiosk_only": true
}