OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 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 // See c/c/e/features/* to understand this file, in particular feature.h, | 5 // See c/c/e/features/* to understand this file, in particular feature.h, |
6 // simple_feature.h, and base_feature_provider.h. | 6 // simple_feature.h, and base_feature_provider.h. |
7 | 7 |
8 { | 8 { |
9 "activeTab": { | 9 "activeTab": { |
10 "channel": "stable", | 10 "channel": "stable", |
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
238 }, | 238 }, |
239 "fileSystem": [{ | 239 "fileSystem": [{ |
240 "channel": "stable", | 240 "channel": "stable", |
241 "extension_types": ["platform_app"] | 241 "extension_types": ["platform_app"] |
242 },{ | 242 },{ |
243 "channel": "stable", | 243 "channel": "stable", |
244 "extension_types": ["extension"], | 244 "extension_types": ["extension"], |
245 "whitelist": [ "2FC374607C2DF285634B67C64A2E356C607091C3" ] | 245 "whitelist": [ "2FC374607C2DF285634B67C64A2E356C607091C3" ] |
246 }], | 246 }], |
247 "fileSystem.retainFiles": [{ | 247 "fileSystem.retainFiles": [{ |
248 "channel": "trunk", | 248 "channel": "dev", |
249 "extension_types": ["platform_app"] | 249 "extension_types": ["platform_app"] |
250 }], | 250 }], |
251 "fileSystem.write": [{ | 251 "fileSystem.write": [{ |
252 "channel": "stable", | 252 "channel": "stable", |
253 "extension_types": ["platform_app"] | 253 "extension_types": ["platform_app"] |
254 },{ | 254 },{ |
255 "channel": "stable", | 255 "channel": "stable", |
256 "extension_types": ["extension"], | 256 "extension_types": ["extension"], |
257 "whitelist": [ "2FC374607C2DF285634B67C64A2E356C607091C3" ] | 257 "whitelist": [ "2FC374607C2DF285634B67C64A2E356C607091C3" ] |
258 }], | 258 }], |
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
640 }, | 640 }, |
641 "webRequestBlocking": { | 641 "webRequestBlocking": { |
642 "channel": "stable", | 642 "channel": "stable", |
643 "extension_types": ["extension", "packaged_app"] | 643 "extension_types": ["extension", "packaged_app"] |
644 }, | 644 }, |
645 "webview": { | 645 "webview": { |
646 "channel": "stable", | 646 "channel": "stable", |
647 "extension_types": ["platform_app"] | 647 "extension_types": ["platform_app"] |
648 } | 648 } |
649 } | 649 } |
OLD | NEW |