Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Side by Side Diff: extensions/test/data/manifest_tests/kiosk_secondary_app_no_secondary_app.json

Issue 1301323005: Implement kiosk multiple apps feature. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "manifest_version": 2, 2 "manifest_version": 2,
3 "name": "Test Kiosk App", 3 "name": "Kiosk app",
4 "minimum_chrome_version": "24.0.1307.0", 4 "minimum_chrome_version": "24.0.1307.0",
5 "version": "1.0.0", 5 "version": "1.0.0",
6 "icons": { 6 "icons": {
7 "128": "icon-128.png", 7 "128": "icon-128.png",
8 "16": "icon-16.png" 8 "16": "icon-16.png"
9 }, 9 },
10 "app": { 10 "app": {
11 "background": { 11 "background": {
12 "scripts": ["main.js"] 12 "scripts": ["main.js"]
13 } 13 }
14 }, 14 },
15 "kiosk_enabled": true, 15 "kiosk_enabled": true,
16 "offline_enabled": true, 16 "offline_enabled": true,
17 "permissions": [ 17 "permissions": [
18 "power" 18 "power"
19 ] 19 ]
20 } 20 }
OLDNEW
« no previous file with comments | « extensions/test/data/manifest_tests/kiosk_secondary_app_multi_apps.json ('k') | tools/json_schema_compiler/h_generator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698