pashto-dictionary/website/public/manifest.json

41 lines
812 B
JSON
Raw Normal View History

2021-08-18 11:54:00 +00:00
{
"short_name": "Pashto Dictionary",
"name": "LingDocs Pashto Dictionary",
"icons": [
{
"src": "icons/favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "icons/icon48.png",
"sizes": "48x48",
"type": "image/png"
},
{
"src": "icons/icon72.png",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "icons/icon144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "icons/icon168.png",
"sizes": "168x168",
"type": "image/png"
},
{
"src": "icons/icon192.png",
"sizes": "192x192",
"type": "image/png"
}
],
"display": "standalone",
"theme_color": "#333333",
"background_color": "#f9f9f9",
"start_url": "."
}