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

Side by Side Diff: chrome/test/data/extensions/allow_silent_upgrade/scopes1_new.json

Issue 10544059: Change the platform app manifest structure. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "name": "allow silent update", 2 "name": "allow silent update",
3 "version": "2.0", 3 "version": "2.0",
4 "manifest_version": 2, 4 "manifest_version": 2,
5 "oauth2": { 5 "oauth2": {
6 "client_id": "my-client-id", 6 "client_id": "my-client-id",
7 "scopes": ["scope1", "scope2"] 7 "scopes": ["scope1", "scope2"]
8 }, 8 },
9 "platform_app": true, 9 "app": {
10 "background": {"scripts": ["background.js"]} 10 "background": {"scripts": ["background.js"]}
11 }
11 } 12 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698