- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / effective_host_permissions / all_hosts2.json
1 {
2   "name": "effective host permisions test",
3   "version": "1.0",
4   "manifest_version": 2,
5   "permissions": [
6     "http://*/",
7     "http://www.google.com/"
8   ]
9 }