19 lines
414 B
JSON
19 lines
414 B
JSON
{
|
|
"name": "Contact Tools",
|
|
"short_name": "Contacts",
|
|
"description": "Inspect, convert, and reconcile contacts locally in the browser.",
|
|
"start_url": "./",
|
|
"scope": "./",
|
|
"display": "standalone",
|
|
"background_color": "#f6f7fb",
|
|
"theme_color": "#29255f",
|
|
"icons": [
|
|
{
|
|
"src": "./favicon.svg",
|
|
"sizes": "any",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any maskable"
|
|
}
|
|
]
|
|
}
|