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

Unified Diff: extensions/test/data/manifest_tests/kiosk_always_update_invalid.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
« no previous file with comments | « extensions/test/data/manifest_tests/kiosk_always_update_false.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/test/data/manifest_tests/kiosk_always_update_invalid.json
diff --git a/extensions/test/data/manifest_tests/kiosk_always_update_invalid.json b/extensions/test/data/manifest_tests/kiosk_always_update_invalid.json
new file mode 100644
index 0000000000000000000000000000000000000000..9d7acfcef0b0a1dca43287e7de03d1884a447e2d
--- /dev/null
+++ b/extensions/test/data/manifest_tests/kiosk_always_update_invalid.json
@@ -0,0 +1,15 @@
+{
+ "manifest_version": 2,
+ "name": "Kiosk app",
+ "version": "1",
+ "app": {
+ "background": {
+ "scripts": ["main.js"]
+ }
+ },
+ "kiosk_enabled": true,
+ "kiosk": {
+ "always_update": "invalid"
+ }
+}
+
« no previous file with comments | « extensions/test/data/manifest_tests/kiosk_always_update_false.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698