| 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 343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 564 }, | 568 }, |
| 565 "webRequestBlocking": { | 569 "webRequestBlocking": { |
| 566 "channel": "stable", | 570 "channel": "stable", |
| 567 "extension_types": ["extension", "packaged_app"] | 571 "extension_types": ["extension", "packaged_app"] |
| 568 }, | 572 }, |
| 569 "webview": { | 573 "webview": { |
| 570 "channel": "stable", | 574 "channel": "stable", |
| 571 "extension_types": ["platform_app"] | 575 "extension_types": ["platform_app"] |
| 572 } | 576 } |
| 573 } | 577 } |
| OLD | NEW |