From e3922464241394510fb461a50c3a1f5ece1a7946 Mon Sep 17 00:00:00 2001 From: lifegpc Date: Sat, 25 May 2024 18:26:39 +0800 Subject: [PATCH] Add i18n for manifest json --- web/manifest.zh-cn.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 web/manifest.zh-cn.json diff --git a/web/manifest.zh-cn.json b/web/manifest.zh-cn.json new file mode 100644 index 0000000..a97d048 --- /dev/null +++ b/web/manifest.zh-cn.json @@ -0,0 +1,35 @@ +{ + "name": "E-Hentai 下载器面板", + "short_name": "EH 下载器", + "start_url": ".", + "display": "standalone", + "background_color": "#0175C2", + "theme_color": "#0175C2", + "description": "eh 下载器的 Flutter 前端", + "orientation": "portrait-primary", + "prefer_related_applications": false, + "icons": [ + { + "src": "icons/Icon-192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "icons/Icon-512.png", + "sizes": "512x512", + "type": "image/png" + }, + { + "src": "icons/Icon-maskable-192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "maskable" + }, + { + "src": "icons/Icon-maskable-512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" + } + ] +}