Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / keybinding / update / v2 / manifest.json
blobb32e81faf14f920aad2ac190d3f127fd27847799
2   "name": "A browser action simply for updating",
3   "version": "2.0",
4   "manifest_version": 2,
5   "background": {
6     "scripts": ["background.js"]
7   },
8   "permissions": ["activeTab"],
9   "browser_action": {
10     "default_title": "Make this page red"
11   },
12   "commands": {
13     "_execute_browser_action": {
14       "suggested_key": {
15         "default": "Alt+Shift+F"
16       }
17     }
18   }