-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettingsmeta.json
45 lines (45 loc) · 2.31 KB
/
settingsmeta.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
45
{
"name": "Prayer Time",
"color": "#22a7f0",
"skillMetadata":
{
"sections":
[
{
"name": "Configuration",
"fields":
[
{
"type": "label",
"label": "Get notified about your prayer times."
},
{
"name": "method",
"type": "select",
"options": "Shia Ithna-Ansari|0;University of Islamic Sciences, Karachi|1;Islamic Society of North America|2;Muslim World League|3;Umm Al-Qura University, Makkah (default)|4;Egyptian General Authority of Survey|5;Institute of Geophysics, University of Tehran|7;Gulf Region|8;Diyanet İşleri Başkanlığı, Turkey|13;Spiritual Administration of Muslims of Russia|14",
"label": "Method:",
"value": "4"
},
{
"name": "school",
"type": "select",
"options": "Shafi|0;Hanafi|1",
"label": "School:",
"value": "1"
},
{
"type":"label",
"label":"Choose the Adhan to play.<P/>Previews:<p/><ul><h4>Ahmad al Nafees</h4><audio controls><source src='https://cdn.aladhan.com/audio/adhans/a1.mp3' type='audio/mpeg'></audio><h4>Hafiz Mustafa Özcan (Turkey)</h4><audio controls><source src='https://cdn.aladhan.com/audio/adhans/a2.mp3' type='audio/mpeg'></audio><h4>Mishary Rashid Alafasy (Dubai's One TV)</h4><audio controls><source src='https://cdn.aladhan.com/audio/adhans/a4.mp3' type='audio/mpeg'></audio></ul>"
},
{
"name": "adhan",
"type": "select",
"options": "Ahmad al Nafees|a1;Hafiz Mustafa Özcan (Turkey)|a2;Mishary Rashid Alafasy (Dubai's One TV)|a4",
"label": "Adhan by:",
"value": "a4"
}
]
}
]
}
}