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