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
Load the default favicon as a native image, rather than as a Skia image.
[chromium-blink-merge.git]
/
extensions
/
test
/
data
/
platform_app
/
manifest.json
blob
f4ba3356de258c5b706c50b06d7520317b5fd355
1
{
2
// Simple testing platform app. Succeeds when its app window is loaded.
3
"name": "Test Platform App",
4
"manifest_version": 2,
5
"version": "1",
6
"app": {
7
"background": {
8
"scripts": ["background.js"]
9
}
10
}
11
}