Previously two different strings were used as cache busters in favicon files. Only one is required. Using multiple increases the chance of making mistakes when updating the cachebuster in future.
36 lines
979 B
JSON
36 lines
979 B
JSON
{
|
|
"name": "Decred",
|
|
"short_name": "Decred",
|
|
"icons": [
|
|
{
|
|
"src": "/public/images/favicon/ic_launcher_mdpi.png?v=gT6Mc",
|
|
"sizes": "48x48",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/public/images/favicon/ic_launcher_hdpi.png?v=gT6Mc",
|
|
"sizes": "72x72",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/public/images/favicon/ic_launcher_xhdpi.png?v=gT6Mc",
|
|
"sizes": "96x96",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/public/images/favicon/ic_launcher_xxhdpi.png?v=gT6Mc",
|
|
"sizes": "144x144",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/public/images/favicon/ic_launcher_xxxhdpi.png?v=gT6Mc",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"theme_color": "#091440",
|
|
"background_color": "#091440",
|
|
"start_url": "/",
|
|
"display": "browser"
|
|
}
|