Skip to content

Commit a265008

Browse files
committed
AP-013: Add SecureShift logo assets
1 parent 1d45df4 commit a265008

7 files changed

Lines changed: 27 additions & 0 deletions

File tree

14.7 KB
Binary file not shown.

app-frontend/admin-panel/public/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5+
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
56
<meta name="viewport" content="width=device-width, initial-scale=1" />
67
<meta name="theme-color" content="#1F3864" />
78
<meta name="description" content="SecureShift Admin Panel" />

app-frontend/admin-panel/public/logo.svg

Lines changed: 9 additions & 0 deletions
Loading
5.22 KB
Loading
9.44 KB
Loading

app-frontend/admin-panel/public/manifest.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
{
22
"short_name": "SecureShift Admin",
33
"name": "SecureShift Admin Panel",
4+
"icons": [
5+
{
6+
"src": "favicon.ico",
7+
"sizes": "64x64 32x32 24x24 16x16",
8+
"type": "image/x-icon"
9+
},
10+
{
11+
"src": "logo192.png",
12+
"type": "image/png",
13+
"sizes": "192x192"
14+
},
15+
{
16+
"src": "logo512.png",
17+
"type": "image/png",
18+
"sizes": "512x512"
19+
}
20+
],
421
"start_url": ".",
522
"display": "standalone",
623
"theme_color": "#1F3864",
541 KB
Loading

0 commit comments

Comments
 (0)