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

Unified Diff: chrome/test/data/extensions/api_test/identity/manifest.json

Issue 10544059: Change the platform app manifest structure. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update for getDisplayPath, implement restrictions via _manifest_features.json Created 8 years, 6 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/api_test/identity/manifest.json
diff --git a/chrome/test/data/extensions/api_test/identity/manifest.json b/chrome/test/data/extensions/api_test/identity/manifest.json
index ef6eaaceeead16fdeaf6191a267220d858f44569..7e852b3c9fbc46a121e30ff211ffa9394cf672f7 100644
--- a/chrome/test/data/extensions/api_test/identity/manifest.json
+++ b/chrome/test/data/extensions/api_test/identity/manifest.json
@@ -2,9 +2,10 @@
"name": "identity api test",
"manifest_version": 2,
"version": "1",
- "platform_app": true,
"permissions": ["experimental"],
- "background": {"scripts": ["test.js"]},
+ "app": {
+ "background": {"scripts": ["test.js"]}
+ },
"oauth2": {
"client_id": "dummy_client_id",
"scopes": [ "http://dummy/scope" ]

Powered by Google App Engine
This is Rietveld 408576698