pashto-dictionary/website/public/manifest.json

62 lines
1.4 KiB
JSON
Raw Permalink Normal View History

2021-08-18 11:54:00 +00:00
{
"short_name": "Pashto Dictionary",
"name": "LingDocs Pashto Dictionary",
2024-04-02 16:33:10 +00:00
"id": "/",
2021-08-18 11:54:00 +00:00
"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"
2024-04-02 12:59:58 +00:00
},
{
"src": "/icons/maskable_icon_x1024.png",
"sizes": "1024x1024",
"type": "image/png",
"purpose": "maskable"
2024-04-02 16:33:10 +00:00
},
{
"src": "/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
2021-08-18 11:54:00 +00:00
}
],
"display": "standalone",
2024-04-02 13:05:06 +00:00
"theme_color": "#596267",
2021-08-18 11:54:00 +00:00
"background_color": "#f9f9f9",
2021-08-26 20:37:47 +00:00
"start_url": ".",
2024-04-14 11:31:08 +00:00
"description": "An offline Pashto Dictionary app with audio, approximate search-as-you-type, alphabetical browsing, verb conjugation, inflections, and a phrase generation engine.",
2024-04-02 16:33:10 +00:00
"launch_handler": {
"client_mode": "auto"
},
"categories": [
"education",
"language",
"productivity",
"language learning",
"Pashto",
"dictionaries"
],
"lang": "en",
"prefer_related_applications": false,
2021-08-26 20:37:47 +00:00
"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
}