- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / platform_apps / apps_only / manifest.json
1 {
2   "name": "Extension for testing that apps-only things are blocked",
3   "version": "0.5",
4   "manifest_version": 2,
5   "permissions": [
6     "app.window"
7   ],
8   "background": {
9     "scripts": ["background.js"]
10   }
11 }