- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / websocket / manifest.json
1 {
2   "name": "websockets tests",
3   "version": "0.1",
4   "manifest_version": 2,
5   "description": "Sanity check that WebSockets work for extensions. The majority of this is implemented (and tested) in WebKit, but we have a sanity test here just to make sure the integration with Chromium keeps working.",
6   "background": {
7     "scripts": ["test.js"]
8   }
9 }