Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / omnibox / manifest.json
blob14e6ec20524dfd772832b1a9328a8817842fef4e
2   "name": "chrome.extension.omnibox",
3   "version": "0.1",
4   "manifest_version": 2,
5   "description": "end-to-end browser test for chrome.omnibox API",
6   "background": {
7     "scripts": ["test.js"]
8   },
9   "incognito": "split",
10   "omnibox": { "keyword": "keyword" }