13 lines
316 B
JSON
13 lines
316 B
JSON
{
|
|
"name": "ReSendit",
|
|
"short_name": "ReSendit",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#ffffff",
|
|
"theme_color": "#000000",
|
|
"icons": [
|
|
{ "src": "/logo.png", "sizes": "192x192", "type": "image/png" },
|
|
{ "src": "/logo.png", "sizes": "512x512", "type": "image/png" }
|
|
]
|
|
}
|