-
Notifications
You must be signed in to change notification settings - Fork 0
/
apps.json
37 lines (37 loc) · 1.11 KB
/
apps.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
[{
"name": "Accesos UC",
"description": "Ingreso automático a los servicios",
"platforms": [{
"platform": "ios",
"repository": "https://github.com/almapp/uc-access-ios",
"store": ""
}, {
"platform": "android",
"repository": "https://github.com/almapp/uc-access-android",
"store": ""
}]
}, {
"name": "Cursos UC",
"description": "Cursos, horarios y profesores",
"platforms": [{
"platform": "ios",
"repository": "https://github.com/almapp/uc-maps-mobile",
"store": ""
}, {
"platform": "android",
"repository": "https://github.com/almapp/uc-maps-mobile",
"store": "https://play.google.com/store/apps/details?id=com.almapp.uccourses"
}]
}, {
"name": "Mapas UC",
"description": "No te vuelvas a perder en la U",
"platforms": [{
"platform": "ios",
"repository": "https://github.com/almapp/uc-maps-mobile",
"store": "https://itunes.apple.com/us/app/mapas-uc/id1080468856"
}, {
"platform": "android",
"repository": "https://github.com/almapp/uc-maps-mobile",
"store": "https://play.google.com/store/apps/details?id=com.almapp.ucmaps"
}]
}]