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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
225 "geolocation": { | 225 "geolocation": { |
226 "channel": "stable", | 226 "channel": "stable", |
227 "extension_types": [ | 227 "extension_types": [ |
228 "extension", "packaged_app", "hosted_app", "platform_app" | 228 "extension", "packaged_app", "hosted_app", "platform_app" |
229 ] | 229 ] |
230 }, | 230 }, |
231 "history": { | 231 "history": { |
232 "channel": "stable", | 232 "channel": "stable", |
233 "extension_types": ["extension", "packaged_app"] | 233 "extension_types": ["extension", "packaged_app"] |
234 }, | 234 }, |
| 235 "identityPrivate": { |
| 236 "channel": "stable", |
| 237 "extension_types": [ |
| 238 "packaged_app" |
| 239 ], |
| 240 "location": "component" |
| 241 }, |
235 "idle": { | 242 "idle": { |
236 "channel": "stable", | 243 "channel": "stable", |
237 "extension_types": ["extension", "packaged_app", "platform_app"] | 244 "extension_types": ["extension", "packaged_app", "platform_app"] |
238 }, | 245 }, |
239 "input": { | 246 "input": { |
240 "channel": "stable", | 247 "channel": "stable", |
241 "extension_types": ["extension", "packaged_app"], | 248 "extension_types": ["extension", "packaged_app"], |
242 "inplies_full_url_access": true | 249 "inplies_full_url_access": true |
243 }, | 250 }, |
244 "inputMethodPrivate": { | 251 "inputMethodPrivate": { |
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
561 }, | 568 }, |
562 "webRequestBlocking": { | 569 "webRequestBlocking": { |
563 "channel": "stable", | 570 "channel": "stable", |
564 "extension_types": ["extension", "packaged_app"] | 571 "extension_types": ["extension", "packaged_app"] |
565 }, | 572 }, |
566 "webview": { | 573 "webview": { |
567 "channel": "stable", | 574 "channel": "stable", |
568 "extension_types": ["platform_app"] | 575 "extension_types": ["platform_app"] |
569 } | 576 } |
570 } | 577 } |
OLD | NEW |