PrivateBin/manifest.json

18 lines
294 B
JSON
Raw Normal View History

2016-07-18 00:37:04 +08:00
{
"name": "PrivateBin",
"icons": [
{
2017-01-08 17:13:12 +08:00
"src": "img/android-chrome-192x192.png",
2016-07-18 00:37:04 +08:00
"sizes": "192x192",
"type": "image\/png"
},
{
2017-01-08 17:13:12 +08:00
"src": "img/android-chrome-512x512.png",
2016-07-18 00:37:04 +08:00
"sizes": "512x512",
"type": "image\/png"
}
],
"theme_color": "#ffe57e",
"display": "standalone"
}