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