Index: chrome/common/extensions/api/_manifest_features.json |
diff --git a/chrome/common/extensions/api/_manifest_features.json b/chrome/common/extensions/api/_manifest_features.json |
index f077d78bb8ac51f106b5a547687cb9e3c8ba1575..6d8d5b9e82d823b066fce2bb0e7ae0e6290d6067 100644 |
--- a/chrome/common/extensions/api/_manifest_features.json |
+++ b/chrome/common/extensions/api/_manifest_features.json |
@@ -42,6 +42,10 @@ |
"channel": "stable", |
"extension_types": ["legacy_packaged_app", "hosted_app"] |
}, |
+ "app.service_worker": { |
+ "channel": "trunk", |
+ "extension_types": ["platform_app"] |
+ }, |
"author": { |
"channel": "stable", |
"extension_types": "all" |