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
/
error_console
/
manifest_warnings
/
manifest.json
blob
4dcb3ce71f137630affc2d1ff9a17cfb7b331805
1
{
2
"name": "Error Console Manifest Warnings Test",
3
"manifest_version": 2,
4
"version": "1.1",
5
"not_a_real_key": "not_a_real_value",
6
"permissions": [
7
"tabs", "not_a_real_permission"
8
]
9
}