Skip to content

Commit 4b97028

Browse files
committed
added screenshots for richer pwa install ui
1 parent d07d491 commit 4b97028

File tree

9 files changed

+38
-28
lines changed

9 files changed

+38
-28
lines changed
Loading
Loading
Loading
Loading
Loading
Loading

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="theme-color" content="#f3f3f3" />
99
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
1010
<meta name="apple-mobile-web-app-capable" content="yes" />
11-
<link rel="manifest" href="/manifest.webmanifest" />
11+
<link rel="manifest" href="/manifest.json" />
1212
<link rel="icon" type="image/png" href="/assets/images/favicon.png" />
1313
<link href="/assets/images/apple-touch-icon.png" rel="apple-touch-icon" />
1414
<link rel="stylesheet" href="/assets/css/global.css" />

public/manifest.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"short_name": "QuranWBW.com",
3+
"name": "QuranWBW.com",
4+
"description": "Quran Word By Word Translation, Transliteration And Morphology",
5+
"start_url": "/",
6+
"background_color": "#f3f3f3",
7+
"display": "fullscreen",
8+
"theme_color": "#f3f3f3",
9+
"icons": [
10+
{
11+
"src": "/assets/images/icon-192.png",
12+
"type": "image/png",
13+
"sizes": "192x192"
14+
},
15+
{
16+
"src": "/assets/images/icon-512.png",
17+
"type": "image/png",
18+
"sizes": "512x512"
19+
},
20+
{
21+
"src": "/assets/images/maskable-icon-512.png",
22+
"sizes": "512x512",
23+
"type": "image/png",
24+
"purpose": "maskable"
25+
}
26+
],
27+
"lang": "en",
28+
"categories": ["books", "education"],
29+
"screenshots": [
30+
{ "src": "/assets/images/screenshots/screenshot1-mobile.jpeg", "type": "image/png", "sizes": "752x1600", "form_factor": "narrow" },
31+
{ "src": "/assets/images/screenshots/screenshot2-mobile.jpeg", "type": "image/jpeg", "sizes": "752x1600", "form_factor": "narrow" },
32+
{ "src": "/assets/images/screenshots/screenshot3-mobile.jpeg", "type": "image/jpeg", "sizes": "752x1600", "form_factor": "narrow" },
33+
{ "src": "/assets/images/screenshots/screenshot1-desktop.png", "type": "image/jpeg", "sizes": "1248x1093", "form_factor": "wide" },
34+
{ "src": "/assets/images/screenshots/screenshot2-desktop.png", "type": "image/jpeg", "sizes": "1248x1093", "form_factor": "wide" },
35+
{ "src": "/assets/images/screenshots/screenshot3-desktop.png", "type": "image/jpeg", "sizes": "1248x1093", "form_factor": "wide" }
36+
]
37+
}

public/manifest.webmanifest

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)