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
Suppress tabs permission warning if there is already a browsingHistory warning.
[chromium-blink-merge.git]
/
chrome
/
common
/
extensions
/
docs
/
examples
/
apps
/
background-simple
/
manifest.json
blob
086138459e6137af4e472c78f1f0b2dc03430a60
1
{
2
"name": "Simple Background App",
3
"version": "0.2",
4
"app": {
5
"urls": [ "http://SOME_SITE_WITHOUT_PORT_NUMBERS/SOME_PATH/" ],
6
"launch": {
7
"web_url": "http://SOME_SITE/SOME_PATH/index.html"
8
}
9
},
10
"permissions": ["background", "notifications"],
11
"manifest_version": 2
12
}