- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / chromeos / app_mode / enterprise_kiosk_test_app / src / manifest.json
1 {
2   "manifest_version": 2,
3   "name": "Enterprise Kiosk Test App",
4   "version": "1",
5   "app": {
6     "background": {
7       "scripts": ["main.js"]
8     }
9   },
10   "kiosk_enabled": true,
11   "permissions": [
12     "identity"
13   ],
14   "oauth2": {
15     "client_id": "fake-client-id",
16     "scopes": ["https://www.googleapis.com/auth/userinfo.profile"]
17   }
18 }
19