| 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 // See c/c/e/features/* to understand this file, in particular feature.h, | 5 // See c/c/e/features/* to understand this file, in particular feature.h, |
| 6 // simple_feature.h, and base_feature_provider.h. | 6 // simple_feature.h, and base_feature_provider.h. |
| 7 | 7 |
| 8 { | 8 { |
| 9 "activityLogPrivate": { | 9 "activityLogPrivate": { |
| 10 "dependencies": ["permission:activityLogPrivate"], | 10 "dependencies": ["permission:activityLogPrivate"], |
| (...skipping 529 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 540 "runtime.reload": { | 540 "runtime.reload": { |
| 541 "contexts": ["blessed_extension", "unblessed_extension", "content_script"] | 541 "contexts": ["blessed_extension", "unblessed_extension", "content_script"] |
| 542 }, | 542 }, |
| 543 "runtime.requestUpdateCheck": { | 543 "runtime.requestUpdateCheck": { |
| 544 "contexts": ["blessed_extension", "unblessed_extension", "content_script"] | 544 "contexts": ["blessed_extension", "unblessed_extension", "content_script"] |
| 545 }, | 545 }, |
| 546 "runtime.sendMessage": { | 546 "runtime.sendMessage": { |
| 547 "contexts": "all", | 547 "contexts": "all", |
| 548 "matches": ["<all_urls>"] | 548 "matches": ["<all_urls>"] |
| 549 }, | 549 }, |
| 550 "runtime.setUninstallUrl": { | 550 "runtime.setUninstallURL": { |
| 551 "channel": "dev", | 551 "channel": "dev", |
| 552 "contexts": ["blessed_extension", "unblessed_extension", "content_script"] | 552 "contexts": ["blessed_extension", "unblessed_extension", "content_script"] |
| 553 }, | 553 }, |
| 554 "scriptBadge": { | 554 "scriptBadge": { |
| 555 "dependencies": ["manifest:script_badge"], | 555 "dependencies": ["manifest:script_badge"], |
| 556 "contexts": ["blessed_extension"] | 556 "contexts": ["blessed_extension"] |
| 557 }, | 557 }, |
| 558 "serial": { | 558 "serial": { |
| 559 "dependencies": ["permission:serial"], | 559 "dependencies": ["permission:serial"], |
| 560 "contexts": ["blessed_extension"] | 560 "contexts": ["blessed_extension"] |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 732 "internal": true, | 732 "internal": true, |
| 733 "channel": "stable", | 733 "channel": "stable", |
| 734 "dependencies": ["permission:webview"], | 734 "dependencies": ["permission:webview"], |
| 735 "contexts": ["blessed_extension"] | 735 "contexts": ["blessed_extension"] |
| 736 }, | 736 }, |
| 737 "windows": { | 737 "windows": { |
| 738 "dependencies": ["api:tabs"], | 738 "dependencies": ["api:tabs"], |
| 739 "contexts": ["blessed_extension"] | 739 "contexts": ["blessed_extension"] |
| 740 } | 740 } |
| 741 } | 741 } |
| OLD | NEW |