Skip to content

Commit ee95c10

Browse files
asgholasghol
asghol
authored and
asghol
committed
Added logos with original as well as manifest web app declaration
1 parent 0894b6c commit ee95c10

15 files changed

+43
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
node_modules/
33
dist/
44
npm-debug.log
5+
logo_workspace/exports/

index.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
<title>Web Radio</title>
5+
<meta name="viewport" content="width=device-width">
6+
<meta name="mobile-web-app-capable" content="yes">
47
<meta charset="utf-8">
5-
<title>web-radio</title>
8+
<link rel="manifest" href="/manifest.json">
9+
<link rel="icon" href="/static/icons/logo_192x192.png" sizes="192x192">
10+
<link rel="apple-touch-icon" href="/static/icons/logo_120x120.png" />
11+
<link rel="apple-touch-icon" href="/static/icons/logo_152x152.png" sizes="152x152" />
12+
<link rel="apple-touch-icon" href="/static/icons/logo_167x167.png" sizes="167x167" />
13+
<link rel="apple-touch-icon" href="/static/icons/logo_180x180.png" sizes="180x180" />
614
</head>
715
<body>
816
<div id="app"></div>

logo_workspace/logo.xcf

58.8 KB
Binary file not shown.

manifest.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"name": "Web Radio",
3+
"short_name": "Web Radio",
4+
"start_url": ".",
5+
"display": "standalone",
6+
"background_color": "#fff",
7+
"description": "A simple web based radio, created with simplicity in mind.",
8+
"icons": [{
9+
"src": "static/icons/launcher-icon-0-75x.png",
10+
"sizes": "36x36",
11+
"type": "image/png"
12+
}, {
13+
"src": "static/icons/launcher-icon-1x.png",
14+
"sizes": "48x48",
15+
"type": "image/png"
16+
}, {
17+
"src": "static/icons/launcher-icon-1-5x.png",
18+
"sizes": "72x72",
19+
"type": "image/png"
20+
}, {
21+
"src": "static/icons/launcher-icon-2x.png",
22+
"sizes": "96x96",
23+
"type": "image/png"
24+
}, {
25+
"src": "static/icons/launcher-icon-3x.png",
26+
"sizes": "144x144",
27+
"type": "image/png"
28+
}, {
29+
"src": "static/icons/launcher-icon-4x.png",
30+
"sizes": "192x192",
31+
"type": "image/png"
32+
}]
33+
}

static/icons/launcher-icon-0-75x.png

1.6 KB
Loading

static/icons/launcher-icon-1-5x.png

4.81 KB
Loading

static/icons/launcher-icon-1x.png

2.38 KB
Loading

static/icons/launcher-icon-2x.png

7.53 KB
Loading

static/icons/launcher-icon-3x.png

15.5 KB
Loading

static/icons/launcher-icon-4x.png

20 KB
Loading

static/icons/logo_120x120.png

11 KB
Loading

static/icons/logo_152x152.png

17 KB
Loading

static/icons/logo_167x167.png

20.2 KB
Loading

static/icons/logo_180x180.png

23.3 KB
Loading

static/icons/logo_192x192.png

20 KB
Loading

0 commit comments

Comments
 (0)