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
/
crazy_extension
/
manifest.json
blob
4f49d6837f791e992b8709c24218032379da8b1a
1
{
2
"name": "Crazy extension",
3
"description": "Extension that does crazy things. Meaningful results usually just mean a lack of crashing.",
4
"version": "1.0",
5
"manifest_version": 2,
6
"background": {"scripts": ["background.js"]}
7
}