docker based

This commit is contained in:
2021-09-15 13:27:22 +02:00
parent 4414b6035a
commit 7c9c787d97
14 changed files with 75 additions and 4 deletions

View File

@ -0,0 +1,20 @@
{
"name": "Dencode",
"short_name": "Dencode",
"description": "Encode and Decode strings from/to URL, Base64, HTML entities, UU, Qprint, hash, hex and more.",
"icons": [
{
"src": "/img/favicon.io/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/img/favicon.io/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}