* Initial SEO test * Canonical URL added using envs * OG & Twitter fix * Robots.txt & meta added * Localhost support for canonical url * Initial PWA version * Icons reexported & added maskable
29 lines
552 B
JSON
29 lines
552 B
JSON
{
|
|
"name": "Lingva Translate",
|
|
"short_name": "Lingva",
|
|
"start_url": "/",
|
|
"scope": "/",
|
|
"display": "standalone",
|
|
"lang": "en",
|
|
"icons": [
|
|
{
|
|
"src": "/favicon-192x192.png",
|
|
"type": "image/png",
|
|
"sizes": "192x192"
|
|
},
|
|
{
|
|
"src": "/favicon-512x512.png",
|
|
"type": "image/png",
|
|
"sizes": "512x512"
|
|
},
|
|
{
|
|
"src": "/favicon-maskable.png",
|
|
"type": "image/png",
|
|
"sizes": "512x512",
|
|
"purpose": "maskable"
|
|
}
|
|
],
|
|
"background_color": "#bde3cb",
|
|
"theme_color": "#bde3cb"
|
|
}
|