Mark-Lasfar
commited on
Commit
·
fb47c5d
1
Parent(s):
18e3c19
update full
Browse files- static/images/ic/mg-128.png +0 -0
- static/images/ic/mg-192.png +0 -0
- static/images/ic/mg-256.png +0 -0
- static/images/ic/mg-384.png +0 -0
- static/images/ic/mg-48.png +0 -0
- static/images/ic/mg-512.png +0 -0
- static/images/ic/mg-72.png +0 -0
- static/images/ic/mg-96.png +0 -0
- static/images/icons/mg-128.png +0 -0
- static/images/icons/mg-192.png +0 -0
- static/images/icons/mg-256.png +0 -0
- static/images/icons/mg-384.png +0 -0
- static/images/icons/mg-48.png +0 -0
- static/images/icons/mg-512.png +0 -0
- static/images/icons/mg-72.png +0 -0
- static/images/icons/mg-96.png +0 -0
- static/images/mg.png +0 -0
- static/images/screenshot.png +0 -0
- static/images/splash-screen-750x1334.png +0 -3
- static/js/sw.js +2 -2
- static/manifest.json +3 -2
- templates/chat.html +1 -1
static/images/ic/mg-128.png
CHANGED
|
|
Git LFS Details
|
static/images/ic/mg-192.png
CHANGED
|
|
Git LFS Details
|
static/images/ic/mg-256.png
CHANGED
|
|
Git LFS Details
|
static/images/ic/mg-384.png
CHANGED
|
|
Git LFS Details
|
static/images/ic/mg-48.png
CHANGED
|
|
Git LFS Details
|
static/images/ic/mg-512.png
CHANGED
|
|
Git LFS Details
|
static/images/ic/mg-72.png
CHANGED
|
|
Git LFS Details
|
static/images/ic/mg-96.png
CHANGED
|
|
Git LFS Details
|
static/images/icons/mg-128.png
CHANGED
|
|
|
|
Git LFS Details
|
static/images/icons/mg-192.png
CHANGED
|
|
|
|
Git LFS Details
|
static/images/icons/mg-256.png
CHANGED
|
|
|
|
Git LFS Details
|
static/images/icons/mg-384.png
CHANGED
|
|
|
|
Git LFS Details
|
static/images/icons/mg-48.png
CHANGED
|
|
|
|
Git LFS Details
|
static/images/icons/mg-512.png
CHANGED
|
|
|
|
Git LFS Details
|
static/images/icons/mg-72.png
CHANGED
|
|
|
|
Git LFS Details
|
static/images/icons/mg-96.png
CHANGED
|
|
|
|
Git LFS Details
|
static/images/mg.png
CHANGED
|
|
Git LFS Details
|
static/images/screenshot.png
CHANGED
|
|
Git LFS Details
|
static/images/splash-screen-750x1334.png
DELETED
Git LFS Details
|
static/js/sw.js
CHANGED
|
@@ -19,8 +19,8 @@ const urlsToCache = [
|
|
| 19 |
'/static/images/icons/mg-256.png',
|
| 20 |
'/static/images/icons/mg-384.png',
|
| 21 |
'/static/images/icons/mg-512.png',
|
| 22 |
-
'/
|
| 23 |
-
'/
|
| 24 |
'/static/images/settings-icon.svg',
|
| 25 |
'/static/images/swipe-hint.svg'
|
| 26 |
];
|
|
|
|
| 19 |
'/static/images/icons/mg-256.png',
|
| 20 |
'/static/images/icons/mg-384.png',
|
| 21 |
'/static/images/icons/mg-512.png',
|
| 22 |
+
'https://raw.githubusercontent.com/4gels/icons/refs/heads/main/splash-screen.png',
|
| 23 |
+
'https://raw.githubusercontent.com/4gels/icons/refs/heads/main/splash-screen-750x1334.png',
|
| 24 |
'/static/images/settings-icon.svg',
|
| 25 |
'/static/images/swipe-hint.svg'
|
| 26 |
];
|
static/manifest.json
CHANGED
|
@@ -37,15 +37,16 @@
|
|
| 37 |
}
|
| 38 |
],
|
| 39 |
"splash_screens": [
|
|
|
|
| 40 |
{
|
| 41 |
-
"src": "/
|
| 42 |
"sizes": "1080x1920",
|
| 43 |
"type": "image/png",
|
| 44 |
"background_color": "#1a202c",
|
| 45 |
"position": "center"
|
| 46 |
},
|
| 47 |
{
|
| 48 |
-
"src": "/
|
| 49 |
"sizes": "750x1334",
|
| 50 |
"type": "image/png",
|
| 51 |
"background_color": "#1a202c",
|
|
|
|
| 37 |
}
|
| 38 |
],
|
| 39 |
"splash_screens": [
|
| 40 |
+
|
| 41 |
{
|
| 42 |
+
"src": "https://raw.githubusercontent.com/4gels/icons/refs/heads/main/splash-screen.png",
|
| 43 |
"sizes": "1080x1920",
|
| 44 |
"type": "image/png",
|
| 45 |
"background_color": "#1a202c",
|
| 46 |
"position": "center"
|
| 47 |
},
|
| 48 |
{
|
| 49 |
+
"src": "https://raw.githubusercontent.com/4gels/icons/refs/heads/main/splash-screen-750x1334.png",
|
| 50 |
"sizes": "750x1334",
|
| 51 |
"type": "image/png",
|
| 52 |
"background_color": "#1a202c",
|
templates/chat.html
CHANGED
|
@@ -99,7 +99,7 @@
|
|
| 99 |
<link rel="preload" href="/static/js/chat.js" as="script">
|
| 100 |
<link rel="preload" href="/static/css/chat/style.css" as="style">
|
| 101 |
<link rel="preload" href="/static/images/mg.svg" as="image">
|
| 102 |
-
<link rel="preload" href="/
|
| 103 |
</head>
|
| 104 |
|
| 105 |
<body class="min-h-screen flex flex-col bg-gradient-to-br from-gray-900 via-teal-900 to-emerald-900">
|
|
|
|
| 99 |
<link rel="preload" href="/static/js/chat.js" as="script">
|
| 100 |
<link rel="preload" href="/static/css/chat/style.css" as="style">
|
| 101 |
<link rel="preload" href="/static/images/mg.svg" as="image">
|
| 102 |
+
<link rel="preload" href="https://raw.githubusercontent.com/4gels/icons/refs/heads/main/splash-screen.png" as="image">
|
| 103 |
</head>
|
| 104 |
|
| 105 |
<body class="min-h-screen flex flex-col bg-gradient-to-br from-gray-900 via-teal-900 to-emerald-900">
|