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
/
https_app
/
manifest.json
blob
59ec30b8b201fce2c8f60a0f4b9c7a303bd40729
1
{
2
"name": "App Test",
3
"version": "1",
4
"manifest_version": 2,
5
"permissions": [
6
"notifications"
7
],
8
"app": {
9
"launch": {
10
"web_url": "https://www.example.com/empty.html"
11
}
12
}
13
}