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
/
notification_provider
/
test_app
/
manifest.json
blob
7ae65cea6391dc0a3d17c36caf693e7452b5392e
1
{
2
"name": "New API Notification Provider Test",
3
"description": "Tests the notificationProvider API",
4
"manifest_version" : 2,
5
"version" : "0.1.0",
6
"app" : {
7
"background" : {
8
"scripts" : ["app.js"]
9
}
10
},
11
"permissions" : [
12
"notificationProvider"
13
]
14
}