Added brand images

This commit is contained in:
2017-06-17 15:14:15 +02:00
parent 9cabc42cb8
commit c740fb3da8
9 changed files with 18 additions and 7 deletions

View File

@ -28,14 +28,25 @@
"static": [
"images"
],
"icons": [
"images/characters/arn-waifu.png"
],
"manifest": {
"short_name": "notify.moe",
"gcm_sender_id": "941298467524",
"theme_color": "#f8a582",
"background_color": "#ffffff"
"background_color": "#ffffff",
"icons": [
{
"src": "images/brand/64",
"sizes": "64x64"
},
{
"src": "images/brand/300",
"sizes": "300x300"
},
{
"src": "images/brand/600",
"sizes": "600x600"
}
]
},
"ports": {
"http": 4000,