btcpay-contribute/public/site.webmanifest
Pavlenex 8a7e66acda Create the website
Start website

Remove dead code

fix
2026-03-12 20:39:20 +01:00

20 lines
387 B
JSON

{
"name": "BTCPay Contribute",
"short_name": "Contribute",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#51b13e",
"background_color": "#0D1117",
"display": "standalone"
}