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

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

Issue 10544059: Change the platform app manifest structure. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update for getDisplayPath, implement restrictions via _manifest_features.json Created 8 years, 6 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
« no previous file with comments | « no previous file | chrome/common/extensions/docs/build/directory.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e6b6547282f62bf5c1f7e25b753e25f97020200e..eaae3d11febbc8af97c3222f6edaa1a6b3805166 100644
--- a/chrome/common/extensions/api/_manifest_features.json
+++ b/chrome/common/extensions/api/_manifest_features.json
@@ -7,6 +7,11 @@
"channel": "stable",
"extension_types": ["packaged_app", "hosted_app", "platform_app"]
},
+ "app.background": {
+ "channel": "stable",
+ "extension_types": ["platform_app"],
+ "min_manifest_version": 2
+ },
"app.launch": {
"channel": "stable",
"extension_types": ["packaged_app", "hosted_app"]
@@ -20,7 +25,8 @@
"background": {
"channel": "stable",
"extension_types": [
- "extension", "packaged_app", "hosted_app", "platform_app"
+ // Platform apps specify their background page via app.background.
+ "extension", "packaged_app", "hosted_app"
]
},
"background.persistent": {
@@ -33,7 +39,7 @@
"background_page": {
"channel": "stable",
"extension_types": [
- "extension", "packaged_app", "hosted_app", "platform_app"
+ "extension", "packaged_app", "hosted_app"
],
"max_manifest_version": 1
},
@@ -176,11 +182,6 @@
"extension", "packaged_app", "hosted_app", "platform_app"
]
},
- "platform_app": {
- "channel": "stable",
- "extension_types": ["platform_app"],
- "min_manifest_version": 2
- },
"plugins": {
"channel": "stable",
"extension_types": ["extension", "packaged_app", "hosted_app"]
« no previous file with comments | « no previous file | chrome/common/extensions/docs/build/directory.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698