From b5974efcfa7cd00488208794b5757c4931b94dde Mon Sep 17 00:00:00 2001 From: LEGALISE_PIRACY Date: Tue, 30 Jan 2024 02:49:13 +0000 Subject: [PATCH] Upload files to "hill" --- hill/appmanifest.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 hill/appmanifest.json diff --git a/hill/appmanifest.json b/hill/appmanifest.json new file mode 100644 index 00000000..72a052e5 --- /dev/null +++ b/hill/appmanifest.json @@ -0,0 +1,36 @@ +{ + "name": "Hill Racing", + "short_name": "Hill Racing", + "description": "", + "start_url": "index.html", + "display": "fullscreen", + "orientation": "landscape", + "background_color": "#ffffff", + "icons": [ + { + "src": "icons/icon-16.png", + "sizes": "16x16", + "type": "image/png" + }, + { + "src": "icons/icon-32.png", + "sizes": "32x32", + "type": "image/png" + }, + { + "src": "icons/icon-114.png", + "sizes": "114x114", + "type": "image/png" + }, + { + "src": "icons/icon-128.png", + "sizes": "128x128", + "type": "image/png" + }, + { + "src": "icons/icon-256.png", + "sizes": "256x256", + "type": "image/png" + } + ] +} \ No newline at end of file