From 18631713576b4eba2aec0aa99b8233eb349b0fe2 Mon Sep 17 00:00:00 2001 From: Andcool-Systems Date: Tue, 22 Oct 2024 16:56:35 +0300 Subject: [PATCH] added webmanifest (oi) --- public/static/manifest.webmanifest | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 public/static/manifest.webmanifest diff --git a/public/static/manifest.webmanifest b/public/static/manifest.webmanifest new file mode 100644 index 0000000..6a41f1d --- /dev/null +++ b/public/static/manifest.webmanifest @@ -0,0 +1,20 @@ +{ + "name": "Повязки PepeLand", + "start_url": "/", + "short_name": "PPLBandage", + "description": "Повязки Пепеленда для всех! Хотите себе на скин модную повязку Pepeland? Тогда вам сюда!", + "display": "standalone", + "background_color": "#17181c", + "theme_color": "#17181c", + "icons": [ + { + "src": "https://pplbandage.ru/static/icons/icon.svg", + "sizes": "512x512", + "type": "image/svg+xml" + } + ], + "orientation": "natural", + "dir": "auto", + "lang": "ru", + "id": "ppl.andcool" +} \ No newline at end of file