Add WebApp manifest (fixes #22)

This commit is contained in:
Addy Osmani
2015-05-17 23:27:56 -07:00
parent 23c040e227
commit 4991ba4973

19
app/manifest.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "Polymer Starter Kit",
"short_name": "PSK",
"icons": [{
"src": "images/touch/icon-128x128.png",
"sizes": "128x128"
}, {
"src": "images/touch/apple-touch-icon.png",
"sizes": "152x152"
}, {
"src": "images/touch/ms-touch-icon-144x144-precomposed.png",
"sizes": "144x144"
}, {
"src": "images/touch/chrome-touch-icon-192x192.png",
"sizes": "192x192"
}],
"start_url": "/index.html?homescreen=1",
"display": "standalone"
}