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 // Note that specifying "web_page", "blessed_web_page", or "all" as a context | 8 // Note that specifying "web_page", "blessed_web_page", or "all" as a context |
9 // type will require manually updating chrome/renderer/resources/dispatcher.cc. | 9 // type will require manually updating chrome/renderer/resources/dispatcher.cc. |
10 | 10 |
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
143 // audience without resolving security issues raised in API proposal and | 143 // audience without resolving security issues raised in API proposal and |
144 // review (https://codereview.chromium.org/25305002). | 144 // review (https://codereview.chromium.org/25305002). |
145 "browserAction.openPopup": [{ | 145 "browserAction.openPopup": [{ |
146 "channel": "dev", | 146 "channel": "dev", |
147 "dependencies": ["manifest:browser_action"], | 147 "dependencies": ["manifest:browser_action"], |
148 "contexts": ["blessed_extension"] | 148 "contexts": ["blessed_extension"] |
149 }, { | 149 }, { |
150 "channel": "stable", | 150 "channel": "stable", |
151 "dependencies": ["manifest:browser_action"], | 151 "dependencies": ["manifest:browser_action"], |
152 "whitelist": [ | 152 "whitelist": [ |
153 "enhhojjnijigcajfphajepfemndkmdlo", // Dev | 153 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev |
154 "pkedcjkdefgpdelpbcmbmeomcjbeemfm", // Trusted Tester | 154 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta |
155 "fmfcbgogabcbclcofgocippekhfcmgfj", // Staging | 155 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary |
156 "hfaagokkkhdbgiakmmlclaapfelnkoah", // Canary | 156 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta |
157 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Trusted Tester (public) | 157 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264" // Google Cast Stable |
158 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264" // Release | |
159 ], | 158 ], |
160 "contexts": ["blessed_extension"] | 159 "contexts": ["blessed_extension"] |
161 }], | 160 }], |
162 "browsingData": { | 161 "browsingData": { |
163 "dependencies": ["permission:browsingData"], | 162 "dependencies": ["permission:browsingData"], |
164 "contexts": ["blessed_extension"] | 163 "contexts": ["blessed_extension"] |
165 }, | 164 }, |
166 "cast.channel": { | 165 "cast.channel": { |
167 "dependencies": ["permission:cast"], | 166 "dependencies": ["permission:cast"], |
168 "contexts": ["blessed_extension"] | 167 "contexts": ["blessed_extension"] |
(...skipping 641 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
810 "internal": true, | 809 "internal": true, |
811 "channel": "stable", | 810 "channel": "stable", |
812 "dependencies": ["permission:webview"], | 811 "dependencies": ["permission:webview"], |
813 "contexts": ["blessed_extension"] | 812 "contexts": ["blessed_extension"] |
814 }, | 813 }, |
815 "windows": { | 814 "windows": { |
816 "dependencies": ["api:tabs"], | 815 "dependencies": ["api:tabs"], |
817 "contexts": ["blessed_extension"] | 816 "contexts": ["blessed_extension"] |
818 } | 817 } |
819 } | 818 } |
OLD | NEW |