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 { | 5 { |
6 "activeTab": { | 6 "activeTab": { |
7 "channel": "stable", | 7 "channel": "stable", |
8 "extension_types": ["extension", "packaged_app"], | 8 "extension_types": ["extension", "packaged_app"], |
9 "min_manifest_version": 2 | 9 "min_manifest_version": 2 |
10 }, | 10 }, |
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
201 "location": "component" | 201 "location": "component" |
202 }, | 202 }, |
203 "fileSystem": [{ | 203 "fileSystem": [{ |
204 "channel": "stable", | 204 "channel": "stable", |
205 "extension_types": ["platform_app"] | 205 "extension_types": ["platform_app"] |
206 },{ | 206 },{ |
207 "channel": "stable", | 207 "channel": "stable", |
208 "extension_types": ["extension"], | 208 "extension_types": ["extension"], |
209 "whitelist": [ "2FC374607C2DF285634B67C64A2E356C607091C3" ] | 209 "whitelist": [ "2FC374607C2DF285634B67C64A2E356C607091C3" ] |
210 }], | 210 }], |
| 211 "fileSystem.retainFiles": [{ |
| 212 "channel": "trunk", |
| 213 "extension_types": ["platform_app"] |
| 214 }], |
211 "fileSystem.write": [{ | 215 "fileSystem.write": [{ |
212 "channel": "stable", | 216 "channel": "stable", |
213 "extension_types": ["platform_app"] | 217 "extension_types": ["platform_app"] |
214 },{ | 218 },{ |
215 "channel": "stable", | 219 "channel": "stable", |
216 "extension_types": ["extension"], | 220 "extension_types": ["extension"], |
217 "whitelist": [ "2FC374607C2DF285634B67C64A2E356C607091C3" ] | 221 "whitelist": [ "2FC374607C2DF285634B67C64A2E356C607091C3" ] |
218 }], | 222 }], |
219 "fontSettings": { | 223 "fontSettings": { |
220 "channel": "stable", | 224 "channel": "stable", |
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
571 }, | 575 }, |
572 "webRequestBlocking": { | 576 "webRequestBlocking": { |
573 "channel": "stable", | 577 "channel": "stable", |
574 "extension_types": ["extension", "packaged_app"] | 578 "extension_types": ["extension", "packaged_app"] |
575 }, | 579 }, |
576 "webview": { | 580 "webview": { |
577 "channel": "stable", | 581 "channel": "stable", |
578 "extension_types": ["platform_app"] | 582 "extension_types": ["platform_app"] |
579 } | 583 } |
580 } | 584 } |
OLD | NEW |