pashto-dictionary/website/public/manifest.json

41 lines
881 B
JSON

{
"short_name": "Pashto Dictionary",
"name": "LingDocs Pashto Dictionary",
"icons": [
{
"src": "/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "/icons/maskable_icon_x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/icons/maskable_icon_x1024.png",
"sizes": "1024x1024",
"type": "image/png",
"purpose": "maskable"
}
],
"display": "standalone",
"theme_color": "#333333",
"background_color": "#f9f9f9",
"start_url": ".",
"share_target": {
"action": "/share-target",
"method": "GET",
"params": {
"title": "title",
"text": "text",
"url": "url"
}
}
}