-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapps.json
More file actions
65 lines (64 loc) · 2.2 KB
/
apps.json
File metadata and controls
65 lines (64 loc) · 2.2 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"$schema":"https://wvw.dev/apps.schema.json",
"store":{
"name":"Hakan Çelik Apps",
"developer":"Hakan Çelik",
"tagline":"Islamic apps for everyday worship.",
"github":"https://github.com/hakancelikdev"
},
"categories":[
{
"id":"ios",
"name":"iOS Apps"
},
{
"id":"lifestyle",
"name":"Lifestyle"
}
],
"apps":[
{
"id":"vakit",
"name":"Vakit",
"subtitle":"Quran, Dhikr & Worship Tracker",
"description":"Manage prayer times, Qibla, Quran, dhikr, and all your worship in one app.",
"longDescription":"Vakit is a comprehensive Islamic life app that helps you track prayer times, find qibla direction, read the Quran and Hadith, and manage all your worship from one place. With Lock Screen widgets, Dynamic Island support, and full offline capability, it delivers a modern worship experience.",
"icon":"https://vakit.hakancelik.dev/assets/app-icon-32.png",
"iconEmoji":"🕌",
"iconStyle":{
"scale":1.0,
"objectFit":"cover",
"borderRadius":"22%",
"bgColor":"#2A9D8F"
},
"category":[
"ios",
"lifestyle"
],
"platform":"iOS",
"price":"Free",
"github":"https://github.com/hakancelikdev/vakit",
"homepage":"https://vakit.hakancelik.dev",
"language":"Swift",
"downloadUrl":"https://apps.apple.com/app/id6748356813",
"requirements":"iOS 18+",
"features":[
"Prayer times with 22 calculation methods",
"Qibla compass",
"Holy Quran (translation, tafsir, word-by-word analysis)",
"36,390 hadith from 7 major collections",
"Dhikr counter & Asma al-Husna",
"Hijri & Gregorian calendar",
"Ablution guide",
"Fitr & Zakat calculator",
"Worship tracking & profile",
"Live Activities & Dynamic Island",
"Lock Screen widgets",
"Fully offline functionality",
"Turkish & English language support"
],
"screenshots":[
]
}
]
}