Index: chrome/test/data/extensions/platform_apps/context_menu/manifest.json |
diff --git a/chrome/test/data/extensions/platform_apps/context_menu/manifest.json b/chrome/test/data/extensions/platform_apps/context_menu/manifest.json |
index 4bd33633413c8b86d064cdf6047b2b23884d3369..50068e41b394ffcab223a918fe65e203f7d9b754 100644 |
--- a/chrome/test/data/extensions/platform_apps/context_menu/manifest.json |
+++ b/chrome/test/data/extensions/platform_apps/context_menu/manifest.json |
@@ -1,6 +1,5 @@ |
{ |
"name" : "Platform App Context Menus Test Extension", |
- "platform_app": true, |
"version" : "0.1", |
"manifest_version": 2, |
"permissions": [ |
@@ -8,7 +7,9 @@ |
"appWindow", |
"contextMenus" |
], |
- "background": { |
- "scripts": ["test.js"] |
+ "app": { |
+ "background": { |
+ "scripts": ["test.js"] |
+ } |
} |
} |