Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / context_menus / item_ids / manifest.json
blobaea12832bdc585a7981a7400b5b85f2ef36074d2
2   "name": "chrome.contextMenus ids",
3   "version": "0.1",
4   "manifest_version": 2,
5   "description": "test for string and integer ID forms",
6   "background": {
7     "scripts": ["test.js"]
8   },
9   "permissions": ["contextMenus"]