22 lines
345 B
JSON
22 lines
345 B
JSON
|
{
|
||
|
"short_name": "Base64",
|
||
|
"name": "Base64 Converter",
|
||
|
"icons": [
|
||
|
{
|
||
|
"src": "images/appicon192.png",
|
||
|
"sizes": "192x192",
|
||
|
"type": "image/png"
|
||
|
},
|
||
|
{
|
||
|
"src": "images/appicon144.png",
|
||
|
"sizes": "144x144",
|
||
|
"type": "image/png"
|
||
|
}
|
||
|
],
|
||
|
"start_url": "./",
|
||
|
"display": "standalone",
|
||
|
"orientation": "any",
|
||
|
"background_color": "#fafafa",
|
||
|
"theme_color": "#2196f3"
|
||
|
}
|