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

Side by Side Diff: extensions/common/api/_manifest_features.json

Issue 2048433004: kiosk: Enable required_platform_version key on stable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « no previous file | no next file » | 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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 "channel": "stable", 176 "channel": "stable",
177 "extension_types": ["platform_app"], 177 "extension_types": ["platform_app"],
178 "location": "component" 178 "location": "component"
179 } 179 }
180 ], 180 ],
181 "key": { 181 "key": {
182 "channel": "stable", 182 "channel": "stable",
183 "extension_types": "all" 183 "extension_types": "all"
184 }, 184 },
185 "kiosk": { 185 "kiosk": {
186 "channel": "dev", 186 "channel": "stable",
187 "extension_types": ["platform_app"] 187 "extension_types": ["platform_app"]
188 }, 188 },
189 "kiosk.required_platform_version": { 189 "kiosk.required_platform_version": {
190 "channel": "dev", 190 "channel": "stable",
191 "extension_types": ["platform_app"] 191 "extension_types": ["platform_app"]
192 }, 192 },
193 "kiosk_enabled": { 193 "kiosk_enabled": {
194 "channel": "stable", 194 "channel": "stable",
195 "extension_types": [ 195 "extension_types": [
196 "platform_app" 196 "platform_app"
197 ] 197 ]
198 }, 198 },
199 "kiosk_only": { 199 "kiosk_only": {
200 "channel": "stable", 200 "channel": "stable",
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 "extension_types": ["platform_app"], 329 "extension_types": ["platform_app"],
330 "location": "component" 330 "location": "component"
331 } 331 }
332 ], 332 ],
333 "webview": { 333 "webview": {
334 "channel": "stable", 334 "channel": "stable",
335 "extension_types": ["platform_app"], 335 "extension_types": ["platform_app"],
336 "min_manifest_version": 2 336 "min_manifest_version": 2
337 } 337 }
338 } 338 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698