Index: chrome/common/extensions/api/_api_features.json |
diff --git a/chrome/common/extensions/api/_api_features.json b/chrome/common/extensions/api/_api_features.json |
index a0e360255521ac0df66beae8490db5e52af7c472..497d90cb933abfacad93d76e7a036edff6ea73dd 100644 |
--- a/chrome/common/extensions/api/_api_features.json |
+++ b/chrome/common/extensions/api/_api_features.json |
@@ -102,8 +102,25 @@ |
}, |
"browserAction": { |
"dependencies": ["manifest:browser_action"], |
- "contexts": ["blessed_extension"] |
+ "contexts": ["blessed_extension", "unblessed_extension"] |
Finnur
2013/10/15 10:44:21
I must admit I don't know what unblessed_extension
justinlin
2013/10/16 07:06:48
I don't quite know either. I think I added this wi
Finnur
2013/10/16 15:01:26
Um... can you remove it then? :)
justinlin
2013/10/16 19:31:29
Thought I did. Oh, I accidentally added it to the
|
}, |
+ "browserAction.showPopup": [{ |
Finnur
2013/10/15 10:44:21
Please comment that you are restricting this to th
justinlin
2013/10/16 07:06:48
Done. I believe the plan is to first whitelist thi
Finnur
2013/10/16 15:01:26
I'd like to make this comment more explicit, for e
justinlin
2013/10/16 19:31:29
Done. OK, that wording seems better.
|
+ "channel": "dev", |
+ "dependencies": ["manifest:browser_action"], |
+ "contexts": ["blessed_extension"] |
+ }, { |
+ "channel": "stable", |
+ "dependencies": ["manifest:browser_action"], |
+ "whitelist": [ |
+ "enhhojjnijigcajfphajepfemndkmdlo", // Dev |
+ "pkedcjkdefgpdelpbcmbmeomcjbeemfm", // Trusted Tester |
+ "fmfcbgogabcbclcofgocippekhfcmgfj", // Staging |
+ "hfaagokkkhdbgiakmmlclaapfelnkoah", // Canary |
+ "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Trusted Tester (public) |
+ "16CA7A47AAE4BE49B1E75A6B960C3875E945B264" // Release |
+ ], |
+ "contexts": ["blessed_extension"] |
+ }], |
"browsingData": { |
"dependencies": ["permission:browsingData"], |
"contexts": ["blessed_extension"] |