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 "platform_app": true, | |
6 "permissions": ["experimental"], | 5 "permissions": ["experimental"], |
7 "background": {"scripts": ["test.js"]}, | 6 "app": { |
| 7 "background": {"scripts": ["test.js"]} |
| 8 }, |
8 "oauth2": { | 9 "oauth2": { |
9 "client_id": "dummy_client_id", | 10 "client_id": "dummy_client_id", |
10 "scopes": [ "http://dummy/scope" ] | 11 "scopes": [ "http://dummy/scope" ] |
11 } | 12 } |
12 } | 13 } |
OLD | NEW |