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

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

Issue 10080017: Switch platform apps from a declarative launch container to handling an onLaunched event. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: remove debug logging code Created 8 years, 8 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": "identity api test", 2 "name": "identity api test",
3 "manifest_version": 2, 3 "manifest_version": 2,
4 "version": "1", 4 "version": "1",
5 "app": {
6 "launch": {
7 "local_path": "launch.html",
8 "container": "shell",
9 "width": 500,
10 "height": 500
11 }
12 },
13 "platform_app": true, 5 "platform_app": true,
14 "permissions": ["experimental"], 6 "permissions": ["experimental"],
15 "background": {"scripts": ["test.js"]}, 7 "background": {"scripts": ["test.js"]},
16 "oauth2": { 8 "oauth2": {
17 "client_id": "dummy_client_id", 9 "client_id": "dummy_client_id",
18 "scopes": [ "http://dummy/scope" ] 10 "scopes": [ "http://dummy/scope" ]
19 } 11 }
20 } 12 }
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/api_test/identity/launch.html ('k') | chrome/test/data/extensions/api_test/serial/api/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698