Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(172)

Unified Diff: chrome/common/extensions/api/_manifest_features.json

Issue 178253007: Parse manifest file with app.service_worker.script. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"

Powered by Google App Engine
This is Rietveld 408576698