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
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
chrome
/
test
/
data
/
webapps
/
manifest.json
blob
c26ce20d6ca80885eb1d419de1b5121c0ae1dd27
1
{
2
"name": "Manifest test app",
3
"short_name": "App",
4
"icons": [
5
{
6
"src": "image-512px.png",
7
"sizes": "512x512",
8
"type": "image/png"
9
}
10
],
11
"start_url": "manifest_test_page.html",
12
"display": "standalone",
13
"orientation": "landscape"
14
}