-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
44 lines (44 loc) · 1.06 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"manifest_version": 2,
"name": "Islamic Prayer Times",
"short_name": "Prayer Times",
"author": "Mohamed Hafez",
"version": "1.1.1",
"description": "Islamic Prayer Times provides You with Hijri Date, Prayer Times, and the remaining time for the next pray depending on your time zone.",
"theme_color": "#000000",
"background_color": "#000000",
"scope": "/",
"start_url": ".",
"display": "standalone",
"icons": [
{
"src": "./icon/android-chrome-512x512.png",
"sizes": "196x196",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "./icon/android-chrome-512x512.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "./icon/android-chrome-192x192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "./icon/favicon-32x32.png",
"type": "image/png",
"sizes": "32x32"
},
{
"src": "./icon/favicon-16x16.png",
"type": "image/png",
"sizes": "16x16"
}
],
"chrome_url_overrides": {
"newtab": "index.html"
}
}