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

Side by Side Diff: extensions/common/api/_manifest_features.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
« no previous file with comments | « chromeos/chromeos_paths.cc ('k') | extensions/common/api/extensions_manifest_types.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // This features file defines manifest keys implemented under src/extensions. 5 // This features file defines manifest keys implemented under src/extensions.
6 // See extensions/common/features/* to understand this file, in particular 6 // See extensions/common/features/* to understand this file, in particular
7 // feature.h, simple_feature.h, and base_feature_provider.h. 7 // feature.h, simple_feature.h, and base_feature_provider.h.
8 8
9 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: 9 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash:
10 // 10 //
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 "extension_types": [ 168 "extension_types": [
169 "platform_app" 169 "platform_app"
170 ] 170 ]
171 }, 171 },
172 "kiosk_only": { 172 "kiosk_only": {
173 "channel": "dev", 173 "channel": "dev",
174 "extension_types": [ 174 "extension_types": [
175 "platform_app" 175 "platform_app"
176 ] 176 ]
177 }, 177 },
178 "kiosk_secondary_apps": {
179 "channel": "stable",
180 "extension_types": [
181 "platform_app"
182 ]
183 },
178 "launcher_page": { 184 "launcher_page": {
179 "channel": "stable", 185 "channel": "stable",
180 "min_manifest_version": 2, 186 "min_manifest_version": 2,
181 "extension_types": ["platform_app"], 187 "extension_types": ["platform_app"],
182 "whitelist": [ 188 "whitelist": [
183 "07BD6A765FFC289FF755D7CAB2893A40EC337FEC", // http://crbug.com/404000 189 "07BD6A765FFC289FF755D7CAB2893A40EC337FEC", // http://crbug.com/404000
184 "896B85CC7E913E11C34892C1425A093C0701D386", // http://crbug.com/404000 190 "896B85CC7E913E11C34892C1425A093C0701D386", // http://crbug.com/404000
185 "11A01C82EF355E674E4F9728A801F5C3CB40D83F", // http://crbug.com/404000 191 "11A01C82EF355E674E4F9728A801F5C3CB40D83F", // http://crbug.com/404000
186 "F410C88469990EE7947450311D24B8AF2ADB2595" // http://crbug.com/404000 192 "F410C88469990EE7947450311D24B8AF2ADB2595" // http://crbug.com/404000
187 ] 193 ]
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 "extension_types": ["platform_app"], 303 "extension_types": ["platform_app"],
298 "location": "component" 304 "location": "component"
299 } 305 }
300 ], 306 ],
301 "webview": { 307 "webview": {
302 "channel": "stable", 308 "channel": "stable",
303 "extension_types": ["platform_app"], 309 "extension_types": ["platform_app"],
304 "min_manifest_version": 2 310 "min_manifest_version": 2
305 } 311 }
306 } 312 }
OLDNEW
« no previous file with comments | « chromeos/chromeos_paths.cc ('k') | extensions/common/api/extensions_manifest_types.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698