From 85ecf4e657b2377d5c1b704e86ed7e1dd75be315 Mon Sep 17 00:00:00 2001 From: LEGALISE_PIRACY Date: Fri, 15 Mar 2024 03:05:38 +0000 Subject: [PATCH] Upload files to "semag/al2/static" --- semag/al2/static/favicon.ico | Bin 0 -> 602 bytes semag/al2/static/manifest.json | 54 +++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 semag/al2/static/favicon.ico create mode 100644 semag/al2/static/manifest.json diff --git a/semag/al2/static/favicon.ico b/semag/al2/static/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..81188779702f0418c74d10dde0582492ec025dea GIT binary patch literal 602 zcmV-g0;T3Hwm$J)0iMGQrxn5l!PrSCS`SUhzE%n zLaCVjAL>Qyp(m;IA1EG0@FrSM6)~q;=*5!aL98SciiL!(Sl5)a72Qno^Pq$d)I&zVdn)OlVg6po6;Vw{6T@UoZ~(4-WmX) zDLwebQ$+P7EXx`pBE2&c=-i}IsX5!WLvqyy8izQ0^Cb{az+aw#&qQI{cF1v@IRN+n zTOk&UeQUqI{P>uendOIv?7h&rv2vYdb&XFv{S}C4(lCrD0QfH7g>1IqeOiLwd<0UH zpsNe`v$+7nFrq{>*;m0d&BYlp9+ay#0Kngp008-8UiL~R@XluqDhgAhxuS|7y$U71d)t~+ckUuAcUBow$uQI)U>4r zgb?$m0LO8ra_RW6dF0Y@IF2)Q3Q$#bd%Y}&2CSDQR8`#u0Agkkk*;alX6|-6e10qt o929mBrML3#eZ5ktTw~_lzefBSNvZ`IMF0Q*07*qoM6N<$g6jVb6aWAK literal 0 HcmV?d00001 diff --git a/semag/al2/static/manifest.json b/semag/al2/static/manifest.json new file mode 100644 index 00000000..020513a7 --- /dev/null +++ b/semag/al2/static/manifest.json @@ -0,0 +1,54 @@ +{ + "name": "Little Alchemy 2", + "short_name": "Alchemy 2", + "description": "Combine items and create the world from scratch! Fun as always, more exciting than ever! Little Alchemy returns in style!", + "lang": "en-US", + "icons": [ + { + "src": "/public/icons/icon-48x48.png", + "sizes": "48x48" + }, + { + "src": "/public/icons/icon-72x72.png", + "sizes": "72x72" + }, + { + "src": "/public/icons/icon-128x128.png", + "sizes": "128x128" + }, + { + "src": "/public/icons/icon-144x144.png", + "sizes": "144x144" + }, + { + "src": "/public/icons/icon-192x192.png", + "sizes": "192x192" + }, + { + "src": "/public/icons/icon-256x256.png", + "sizes": "256x256" + }, + { + "src": "/public/icons/icon-512x512.png", + "sizes": "512x512" + } + ], + "start_url": "/?utm_source=homescreen", + "background_color": "#380028", + "theme_color": "#faa620", + "prefer_related_applications": true, + "related_applications": [ + { + "platform": "play", + "url": "https://play.google.com/store/apps/details?id=com.recloak.littlealchemy2", + "id": "com.recloak.littlealchemy2" + }, + { + "platform": "itunes", + "url": "https://itunes.apple.com/app/little-alchemy/id1214190989" + } + ], + "display": "fullscreen", + "orientation": "any", + "gcm_sender_id": "103953800507" +}