From fad5295741c5ea2b6713520b96bfd4e51b7404be Mon Sep 17 00:00:00 2001 From: David <133239148+ThatSINEWAVE@users.noreply.github.com> Date: Thu, 30 May 2024 02:31:48 +0300 Subject: [PATCH] Create site.webmanifest --- site-data/site.webmanifest | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 site-data/site.webmanifest diff --git a/site-data/site.webmanifest b/site-data/site.webmanifest new file mode 100644 index 0000000..b0802fd --- /dev/null +++ b/site-data/site.webmanifest @@ -0,0 +1,26 @@ +{ + "name": "UserAgentLookup by ThatSINEWAVE_", + "description": "easily lookup UserAgents", + "short_name": "UserAgentLookup", + "start_url": "/UserAgentLookup", + "orientation": "portrait", + "lang": "en-US", + "icons": [ + { + "src": "site-data/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "any" + }, + { + "src": "site-data/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + }, + { + "src": "site-data/icon-144x144.png", + "sizes": "144x144", + "type": "image/png" + } + ] +}