- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / platform_apps / isolation / manifest.json
1 {
2   "name": "Platform App Test: isolated storage",
3   "version": "1",
4   "app": {
5     "background": {
6       "scripts": ["test.js"]
7     }
8   },
9   "permissions": [
10     "http://localhost/"
11   ]
12 }