pashto-dictionary/website/public/manifest.json

35 lines
738 B
JSON
Raw Normal View History

2021-08-18 11:54:00 +00:00
{
"short_name": "Pashto Dictionary",
"name": "LingDocs Pashto Dictionary",
"icons": [
{
2023-07-26 09:12:30 +00:00
"src": "/icons/android-chrome-192x192.png",
2023-07-26 08:24:37 +00:00
"sizes": "192x192",
2021-08-18 11:54:00 +00:00
"type": "image/png"
},
2023-07-26 08:52:59 +00:00
{
2023-07-26 09:12:30 +00:00
"src": "/icons/android-chrome-512x512.png",
2023-07-26 08:52:59 +00:00
"sizes": "512x512",
2023-07-26 09:05:15 +00:00
"type": "image/png"
2023-07-26 09:12:30 +00:00
},
{
"src": "/icons/maskable_icon_x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
2021-08-18 11:54:00 +00:00
}
],
"display": "standalone",
"theme_color": "#333333",
"background_color": "#f9f9f9",
2021-08-26 20:37:47 +00:00
"start_url": ".",
"share_target": {
2021-08-26 21:28:56 +00:00
"action": "/share-target",
2021-08-26 20:37:47 +00:00
"method": "GET",
"params": {
2021-08-26 20:50:14 +00:00
"title": "title",
"text": "text",
"url": "url"
2021-08-26 20:37:47 +00:00
}
}
2023-07-26 08:24:37 +00:00
}