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
Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git]
/
chrome
/
test
/
data
/
extensions
/
api_test
/
incognito
/
apis_disabled
/
manifest.json
blob
0d43f270bd4d8b8e15ae88187c3951dda899d27d
1
{
2
"name": "incognito apitest",
3
"version": "0.1",
4
"manifest_version": 2,
5
"description": "test that an non-incognito extension doesn't see incognito events",
6
"background": {
7
"scripts": ["background.js"]
8
},
9
"permissions": ["tabs"]
10
}