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
/
app2
/
manifest.json
blob
2683f0d3aa7c675325338179507e3dd5ada8da25
1
{
2
"name": "Test App 2",
3
"version": "1",
4
"manifest_version": 2,
5
"permissions": ["unlimited_storage"],
6
"app": {
7
"urls": [
8
"http://www.example.com/path3",
9
"http://www.example.com/path4"
10
],
11
"launch": {
12
"web_url": "http://www.example.com/path4/foo.html"
13
}
14
}
15
}