- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / override / keyboard / manifest.json
1 {
2   "name": "Keyboard override test",
3   "version": "0.1",
4   "manifest_version": 2,
5   "description": "Test chrome://keyboard override",
6   "background": {
7     "scripts": ["background.js"]
8   },
9   "chrome_url_overrides": {
10     "keyboard": "keyboard.html"
11   }
12 }