Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / context_menus / no_perms / manifest.json
blob6a1e97d54f58b26fa9a280b2d0a3f87443c9a551
2   "name": "chrome.contextMenus",
3   "version": "0.1",
4   "manifest_version": 2,
5   "description": "Tests that the contextMenus permission is required to use the context menus api.",
6   "background": {
7     "page": "test.html"
8   },
9   "permissions": ["tabs"]