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