- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / manifest_tests / background_allow_no_js_access2.json
1 {
2   "name": "test",
3   "version": "1",
4   "app": {
5     "urls": [
6       "https://www.google.com/mail/"
7     ],
8     "launch": {
9       "web_url": "https://www.google.com/mail/"
10     }
11   },
12   "permissions": [
13     "background"
14   ],
15   "background": {
16     "allow_js_access": false
17   }
18 }