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
/
allow_silent_upgrade
/
platformapp2_new.json
blob
e5a6c364a399a3fe8016d3786a1fbd38a6e0e006
1
{
2
"name": "platform app api increase v2",
3
"version": "2",
4
"manifest_version": 2,
5
"app": {"background": {"scripts": ["background.js"]}},
6
"permissions": [
7
"http://example.com",
8
"fileSystem",
9
"fileSystem.directory",
10
"fileSystem.write"
11
]
12
}