| 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": "dev", | 7 "channel": "dev", |
| 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 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 297 "ljclpkphhpbpinifbeabbhlfddcpfdde" // Google Talk debug | 297 "ljclpkphhpbpinifbeabbhlfddcpfdde" // Google Talk debug |
| 298 ] | 298 ] |
| 299 }, | 299 }, |
| 300 // Note: runtime is not actually a permission, but some systems check these | 300 // Note: runtime is not actually a permission, but some systems check these |
| 301 // values to verify restrictions. | 301 // values to verify restrictions. |
| 302 "runtime": { | 302 "runtime": { |
| 303 "channel": "stable", | 303 "channel": "stable", |
| 304 "extension_types": ["extension", "packaged_app", "platform_app"], | 304 "extension_types": ["extension", "packaged_app", "platform_app"], |
| 305 "min_manifest_version": 2 | 305 "min_manifest_version": 2 |
| 306 }, | 306 }, |
| 307 "screensaver": { |
| 308 "channel": "stable", |
| 309 "extension_types": ["packaged_app", "hosted_app", "platform_app"] |
| 310 }, |
| 307 "serial": { | 311 "serial": { |
| 308 "channel": "stable", | 312 "channel": "stable", |
| 309 "extension_types": ["platform_app"] | 313 "extension_types": ["platform_app"] |
| 310 }, | 314 }, |
| 311 "sessionRestore": { | 315 "sessionRestore": { |
| 312 "channel": "dev", | 316 "channel": "dev", |
| 313 "extension_types": ["extension", "packaged_app"] | 317 "extension_types": ["extension", "packaged_app"] |
| 314 }, | 318 }, |
| 315 "socket": { | 319 "socket": { |
| 316 "channel": "stable", | 320 "channel": "stable", |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 426 }, | 430 }, |
| 427 "webRequestBlocking": { | 431 "webRequestBlocking": { |
| 428 "channel": "stable", | 432 "channel": "stable", |
| 429 "extension_types": ["extension", "packaged_app"] | 433 "extension_types": ["extension", "packaged_app"] |
| 430 }, | 434 }, |
| 431 "webview": { | 435 "webview": { |
| 432 "channel": "stable", | 436 "channel": "stable", |
| 433 "extension_types": ["platform_app"] | 437 "extension_types": ["platform_app"] |
| 434 } | 438 } |
| 435 } | 439 } |
| OLD | NEW |