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

Unified Diff: chrome/test/data/extensions/kiosk/kiosk_only/manifest.json

Issue 23604068: Add "kiosk_only" manifest attribute for platform apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed .crx binary Created 7 years, 3 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/test/data/extensions/kiosk/kiosk_only/manifest.json
diff --git a/chrome/test/data/extensions/kiosk/kiosk_only/manifest.json b/chrome/test/data/extensions/kiosk/kiosk_only/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..79796b018ec2a6e1580b4186ef50e2a5c9630ff3
--- /dev/null
+++ b/chrome/test/data/extensions/kiosk/kiosk_only/manifest.json
@@ -0,0 +1,12 @@
+{
+ "name": "Kiosk Only Test",
+ "description": "Test for 'kiosk_only' manifest attribute",
+ "version": "1",
+ "app": {
+ "background": {
+ "scripts": ["background.js"]
+ }
+ },
+ "kiosk_enabled": true,
+ "kiosk_only": true
+}

Powered by Google App Engine
This is Rietveld 408576698