19 lines
409 B
JSON
19 lines
409 B
JSON
{
|
|
"name": "Helper Tools",
|
|
"short_name": "Helpers",
|
|
"description": "Encode, convert, inspect and calculate common values locally.",
|
|
"start_url": "./",
|
|
"scope": "./",
|
|
"display": "standalone",
|
|
"background_color": "#f6f7fb",
|
|
"theme_color": "#24324a",
|
|
"icons": [
|
|
{
|
|
"src": "./favicon.svg",
|
|
"sizes": "any",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any maskable"
|
|
}
|
|
]
|
|
}
|