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

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

Issue 1301323005: Implement kiosk multiple apps feature. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix nits. 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
(Empty)
1 {
2 "manifest_version": 2,
3 "name": "Test Kiosk App for multi-apps",
4 "minimum_chrome_version": "24.0.1307.0",
5 "version": "1.0.0",
6 "icons": {
7 "128": "icon-128.png",
8 "16": "icon-16.png"
9 },
10 "app": {
11 "background": {
12 "scripts": ["main.js"]
13 }
14 },
15 "kiosk_enabled": true,
16 "offline_enabled": true,
17 "kiosk_secondary_apps": [
18 {"id": "ihplaomghjbeafnpnjkhppmfpnmdihgd"},
19 {"id": "fiehokkcgaojmbhfhlpiheggjhaedjoc"}
20 ],
21 "permissions": [
22 "power"
23 ]
24 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698