Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / platform_apps / app_view / shim / manifest.json
1 {
2   "name": "Platform App Test: <appview>",
3   "version": "2",
4   "permissions": [
5     "appview"
6   ],
7   "app": {
8     "background": {
9       "scripts": ["test.js"]
10     }
11   }
12 }