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": "stable", | |
benwells
2013/05/16 06:50:17
Let's restrict this to trunk until we get the UI d
Sam McNally
2013/05/17 03:38:52
Done.
| |
213 "extension_types": ["platform_app"] | |
214 },{ | |
215 "channel": "stable", | |
benwells
2013/05/16 06:50:17
Also let's not give this to QuickOffice unless the
Sam McNally
2013/05/17 03:38:52
Done.
| |
216 "extension_types": ["extension"], | |
217 "whitelist": [ "2FC374607C2DF285634B67C64A2E356C607091C3" ] | |
218 }], | |
211 "fileSystem.write": [{ | 219 "fileSystem.write": [{ |
212 "channel": "stable", | 220 "channel": "stable", |
213 "extension_types": ["platform_app"] | 221 "extension_types": ["platform_app"] |
214 },{ | 222 },{ |
215 "channel": "stable", | 223 "channel": "stable", |
216 "extension_types": ["extension"], | 224 "extension_types": ["extension"], |
217 "whitelist": [ "2FC374607C2DF285634B67C64A2E356C607091C3" ] | 225 "whitelist": [ "2FC374607C2DF285634B67C64A2E356C607091C3" ] |
218 }], | 226 }], |
219 "fontSettings": { | 227 "fontSettings": { |
220 "channel": "stable", | 228 "channel": "stable", |
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
564 }, | 572 }, |
565 "webRequestBlocking": { | 573 "webRequestBlocking": { |
566 "channel": "stable", | 574 "channel": "stable", |
567 "extension_types": ["extension", "packaged_app"] | 575 "extension_types": ["extension", "packaged_app"] |
568 }, | 576 }, |
569 "webview": { | 577 "webview": { |
570 "channel": "stable", | 578 "channel": "stable", |
571 "extension_types": ["platform_app"] | 579 "extension_types": ["platform_app"] |
572 } | 580 } |
573 } | 581 } |
OLD | NEW |