- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / manifest_tests / hosted_app_relative_options.json
1 {
2   "name": "test",
3   "version": "1",
4   "app": {
5     "urls": [
6       "http://www.google.com/mail/"
7     ],
8     "launch": {
9       "web_url": "http://www.google.com/mail/"
10     }
11   },
12   "permissions": [
13     "notifications"
14   ],
15   "options_page": "options.html"
16 }