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