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

Unified Diff: extensions/test/data/manifest_tests/kiosk_always_update.json

Issue 2615633010: kiosk: Add kiosk.always_update manifest key (Closed)
Patch Set: Created 3 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
Index: extensions/test/data/manifest_tests/kiosk_always_update.json
diff --git a/extensions/test/data/manifest_tests/kiosk_always_update.json b/extensions/test/data/manifest_tests/kiosk_always_update.json
new file mode 100644
index 0000000000000000000000000000000000000000..c58bd7e8dfcf48136853bccf15b9071a67350e9d
--- /dev/null
+++ b/extensions/test/data/manifest_tests/kiosk_always_update.json
@@ -0,0 +1,15 @@
+{
+ "manifest_version": 2,
+ "name": "Kiosk app",
+ "version": "1",
+ "app": {
+ "background": {
+ "scripts": ["main.js"]
+ }
+ },
+ "kiosk_enabled": true,
+ "kiosk": {
+ "always_update": true
+ }
+}
+

Powered by Google App Engine
This is Rietveld 408576698