| Index: extensions/common/api/_manifest_features.json
|
| diff --git a/extensions/common/api/_manifest_features.json b/extensions/common/api/_manifest_features.json
|
| index 7d5290db1ceb222fcceeb588fb18d6d706dd6486..10cd833166b0ba45fbceedf594c7be54cec3ef89 100644
|
| --- a/extensions/common/api/_manifest_features.json
|
| +++ b/extensions/common/api/_manifest_features.json
|
| @@ -70,6 +70,30 @@
|
| "channel": "stable",
|
| "extension_types": "all"
|
| },
|
| + "externally_connectable": {
|
| + "channel": "stable",
|
| + "extension_types": [
|
| + "extension", "hosted_app", "legacy_packaged_app", "platform_app"
|
| + ]
|
| + },
|
| + "file_handlers": [
|
| + {
|
| + "channel": "stable",
|
| + "extension_types": ["platform_app"]
|
| + }, {
|
| + "channel": "stable",
|
| + "extension_types": [ "extension"],
|
| + "whitelist": [
|
| + "2FC374607C2DF285634B67C64A2E356C607091C3", // Quickoffice
|
| + "3727DD3E564B6055387425027AD74C58784ACC15", // Quickoffice internal
|
| + "12E618C3C6E97495AAECF2AC12DEB082353241C6" // QO component extension
|
| + ]
|
| + }
|
| + ],
|
| + "icons": {
|
| + "channel": "stable",
|
| + "extension_types": "all"
|
| + },
|
| "incognito": [
|
| {
|
| "channel": "stable",
|
| @@ -93,6 +117,30 @@
|
| "platform_app"
|
| ]
|
| },
|
| + "launcher_page": {
|
| + "channel": "stable",
|
| + "min_manifest_version": 2,
|
| + "extension_types": ["platform_app"],
|
| + "whitelist": [
|
| + "07BD6A765FFC289FF755D7CAB2893A40EC337FEC", // http://crbug.com/404000
|
| + "896B85CC7E913E11C34892C1425A093C0701D386", // http://crbug.com/404000
|
| + "11A01C82EF355E674E4F9728A801F5C3CB40D83F" // http://crbug.com/404000
|
| + ]
|
| + },
|
| + "manifest_version": {
|
| + "channel": "stable",
|
| + "extension_types": "all"
|
| + },
|
| + "nacl_modules": {
|
| + "channel": "stable",
|
| + "extension_types": [
|
| + "extension", "legacy_packaged_app", "hosted_app", "platform_app"
|
| + ]
|
| + },
|
| + "name": {
|
| + "channel": "stable",
|
| + "extension_types": "all"
|
| + },
|
| "offline_enabled": {
|
| "channel": "stable",
|
| "extension_types": [
|
| @@ -114,6 +162,10 @@
|
| "channel": "stable",
|
| "extension_types": ["platform_app"]
|
| },
|
| + "version": {
|
| + "channel": "stable",
|
| + "extension_types": "all"
|
| + },
|
| "web_accessible_resources": [
|
| {
|
| "channel": "stable",
|
|
|