Chromium Code Reviews| 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 32d75de4b779b08ad0f306aa705f9508c2950a36..6c9b30895039a24470d5e2dd4e83847fdd1f1af4 100644 |
| --- a/chrome/common/extensions/api/_api_features.json |
| +++ b/chrome/common/extensions/api/_api_features.json |
| @@ -49,12 +49,22 @@ |
| "http://*/*", "https://*/*", "chrome-extension://*/*", "file://*/*" |
| ] |
| }, |
| - "app.runtime": { |
| + "app.runtime": [{ |
| "channel": "stable", |
| "contexts": ["blessed_extension"], |
| "extension_types": ["platform_app"], |
| "noparent": true |
| - }, |
| + }, { |
| + "noparent": true, |
|
not at google - send to devlin
2014/04/30 15:52:55
nit: attempt alphabetic or at least parallel the o
benwells
2014/05/01 08:19:21
Done.
|
| + "channel": "stable", |
| + "extension_types": ["extension"], |
| + "contexts": ["blessed_extension"], |
| + "whitelist": [ |
|
not at google - send to devlin
2014/04/30 15:52:55
I have an idea: how about implementing a "blacklis
benwells
2014/05/01 01:17:47
OK I'll have a look at that.
benwells
2014/05/01 08:19:21
Done.
|
| + "gbkeegbaiigmenfmjfclcdgdpimamgkj", // QuickOffice |
|
not at google - send to devlin
2014/04/30 15:52:55
we are supposed to be using ID hashes these days.
benwells
2014/05/01 01:17:47
Ah that dangers of copy paste...
benwells
2014/05/01 08:19:21
Done.
|
| + "ionpfmkccalenbmnddpbmocokhaknphg", // QuickOffice Dev |
| + "bpmcpldpdmajfigpchkicefoigmkfalc" // Quickoffice component extension |
| + ] |
| + }], |
| "app.window": { |
| "channel": "stable", |
| "contexts": ["blessed_extension"], |