Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / websocket / manifest.json
blob95b89622a71a499aeebe099ca86883466af5193a
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   }