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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
215 "geolocation": { | 215 "geolocation": { |
216 "channel": "stable", | 216 "channel": "stable", |
217 "extension_types": [ | 217 "extension_types": [ |
218 "extension", "packaged_app", "hosted_app", "platform_app" | 218 "extension", "packaged_app", "hosted_app", "platform_app" |
219 ] | 219 ] |
220 }, | 220 }, |
221 "history": { | 221 "history": { |
222 "channel": "stable", | 222 "channel": "stable", |
223 "extension_types": ["extension", "packaged_app"] | 223 "extension_types": ["extension", "packaged_app"] |
224 }, | 224 }, |
| 225 "identityPrivate": { |
| 226 "channel": "stable", |
| 227 "extension_types": [ |
| 228 "packaged_app" |
| 229 ], |
| 230 "location": "component" |
| 231 }, |
225 "idle": { | 232 "idle": { |
226 "channel": "stable", | 233 "channel": "stable", |
227 "extension_types": ["extension", "packaged_app", "platform_app"] | 234 "extension_types": ["extension", "packaged_app", "platform_app"] |
228 }, | 235 }, |
229 "input": { | 236 "input": { |
230 "channel": "stable", | 237 "channel": "stable", |
231 "extension_types": ["extension", "packaged_app"], | 238 "extension_types": ["extension", "packaged_app"], |
232 "inplies_full_url_access": true | 239 "inplies_full_url_access": true |
233 }, | 240 }, |
234 "inputMethodPrivate": { | 241 "inputMethodPrivate": { |
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
542 }, | 549 }, |
543 "webRequestBlocking": { | 550 "webRequestBlocking": { |
544 "channel": "stable", | 551 "channel": "stable", |
545 "extension_types": ["extension", "packaged_app"] | 552 "extension_types": ["extension", "packaged_app"] |
546 }, | 553 }, |
547 "webview": { | 554 "webview": { |
548 "channel": "stable", | 555 "channel": "stable", |
549 "extension_types": ["platform_app"] | 556 "extension_types": ["platform_app"] |
550 } | 557 } |
551 } | 558 } |
OLD | NEW |