- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / allow_silent_upgrade / scopes1_new.json
1 {
2   "name": "allow silent update",
3   "version": "2.0",
4   "manifest_version": 2,
5   "oauth2": {
6     "client_id": "my-client-id",
7     "scopes": ["scope1", "scope2"]
8   },
9   "app": {
10     "background": {"scripts": ["background.js"]}
11   }
12 }