Index: chrome/test/data/extensions/platform_apps/get_display_path/manifest.json |
diff --git a/chrome/test/data/extensions/platform_apps/get_display_path/manifest.json b/chrome/test/data/extensions/platform_apps/get_display_path/manifest.json |
index 526abff28e81fbcbab25ab34d8e03ae4ff6d8e2f..c450be15fe662bc66c5d27bb119287eab6535950 100644 |
--- a/chrome/test/data/extensions/platform_apps/get_display_path/manifest.json |
+++ b/chrome/test/data/extensions/platform_apps/get_display_path/manifest.json |
@@ -1,6 +1,5 @@ |
{ |
"name": "Platform App fileSystem.getDisplayPath test", |
- "platform_app": true, |
"version": "1", |
"manifest_version": 2, |
"intents": { |
@@ -12,7 +11,9 @@ |
} |
}, |
"permissions": ["experimental", "fileSystem"], |
- "background": { |
- "scripts": ["test.js"] |
+ "app": { |
+ "background": { |
+ "scripts": ["test.js"] |
+ } |
} |
} |