Index: chrome/test/data/extensions/allow_silent_upgrade/scopes1_old.json |
diff --git a/chrome/test/data/extensions/allow_silent_upgrade/scopes1_old.json b/chrome/test/data/extensions/allow_silent_upgrade/scopes1_old.json |
index 66873e4e82347ddcda65c911ed66ecc641c7f83b..2eae03c1f46a85e07b5718369b0a56760b808751 100644 |
--- a/chrome/test/data/extensions/allow_silent_upgrade/scopes1_old.json |
+++ b/chrome/test/data/extensions/allow_silent_upgrade/scopes1_old.json |
@@ -6,6 +6,7 @@ |
"client_id": "my-client-id", |
"scopes": ["scope1"] |
}, |
- "platform_app": true, |
- "background": {"scripts": ["background.js"]} |
+ "app": { |
+ "background": {"scripts": ["background.js"]} |
+ } |
} |