replacing favicons with new design by @rugk, resolves #23

This commit is contained in:
El RIDO
2016-07-18 16:25:06 +02:00
parent 08b46975f3
commit a5c10aac8a
31 changed files with 36 additions and 107 deletions

17
manifest.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "PrivateBin",
"icons": [
{
"src": "\/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image\/png"
},
{
"src": "\/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image\/png"
}
],
"theme_color": "#ffe57e",
"display": "standalone"
}