| OLD | NEW |
| 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 } |
| OLD | NEW |