repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
chrome
/
test
/
data
/
extensions
/
api_test
/
context_menus
/
no_perms
/
manifest.json
blob
6a1e97d54f58b26fa9a280b2d0a3f87443c9a551
1
{
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"]
10
}