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

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

Issue 1595483004: kiosk: Add kiosk.required_platform_version manifest key (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: put required_platform_version under kiosk and target dev channel Created 4 years, 11 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 | extensions/common/manifest_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/_manifest_features.json
diff --git a/extensions/common/api/_manifest_features.json b/extensions/common/api/_manifest_features.json
index 5be1265d99fe3a30519b7a5326ac53f82ff1669d..10c0fdf525e44eb33e7443343e40160fb963f7d6 100644
--- a/extensions/common/api/_manifest_features.json
+++ b/extensions/common/api/_manifest_features.json
@@ -182,6 +182,14 @@
"channel": "stable",
"extension_types": "all"
},
+ "kiosk": {
+ "channel": "dev",
+ "extension_types": ["platform_app"]
+ },
+ "kiosk.required_platform_version": {
+ "channel": "dev",
+ "extension_types": ["platform_app"]
+ },
"kiosk_enabled": {
"channel": "stable",
"extension_types": [
« no previous file with comments | « no previous file | extensions/common/manifest_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698