-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
145 lines (145 loc) · 4.31 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"@context": "http://readium.org/webpub/default.jsonld",
"metadata": {
"@type": "http://schema.org/Audiobook",
"title": "Catequese para Adultos",
"author": {
"name": "Padre Paulo Ricardo",
"sortAs": "Padre Paulo Ricardo"
},
"narrator": "Padre Paulo Ricardo",
"language": "pt",
"description": "A fé de dois mil anos da Igreja, explicada de forma concisa, simples e acessível a todos, é o que este curso de catequese deseja transmitir.",
"publisher": "Padre Paulo Ricardo",
"modified": "2021-01-31",
"published": "2021-01-31"
},
"links": [
{
"rel": "self",
"href": ".",
"type": "application/audiobook+json"
},
{
"rel": "cover",
"href": "https://raw.githubusercontent.com/araguaci/catequese-para-adultos/main/image/catequese-para-adultos-desktop.jpg",
"type": "image/jpeg",
"height": 500,
"width": 500
}
],
"readingOrder": [
{
"href": "audio/1-por-que-estamos-neste-mundo.mp3",
"type": "audio/mpeg"
},
{
"href": "audio/2-como-deus-quer-que-sejamos-felizes.mp3",
"type": "audio/mpeg"
},
{
"href": "audio/3-o-deus-que-se-revela.mp3",
"type": "audio/mpeg"
},
{
"href": "audio/4-nao-ha-cristo-sem-igreja.mp3",
"type": "audio/mpeg"
},
{
"href": "audio/5-como-nasce-a-virtude-da-fe.mp3",
"type": "audio/mpeg"
},
{
"href": "audio/6-como-saber-onde-esta-a-verdadeira-fe.mp3",
"type": "audio/mpeg"
},
{
"href": "audio/7-o-magisterio-da-igreja-e-os-dogmas-da-fe.mp3",
"type": "audio/mpeg"
},
{
"href": "audio/8-deus-existe.mp3",
"type": "audio/mpeg"
},
{
"href": "audio/9-o-que-significa-criar.mp3",
"type": "audio/mpeg"
},
{
"href": "audio/10-as-coisas-visiveis-e-invisiveis.mp3",
"type": "audio/mpeg"
},
{
"href": "audio/11-mal-uma-invencao-angelica.mp3",
"type": "audio/mpeg"
},
{
"href": "audio/12-a-promessa-do-salvador.mp3",
"type": "audio/mpeg"
},
{
"href": "audio/13-e-o-verbo-se-fez-carne.mp3",
"type": "audio/mpeg"
},
{
"href": "audio/14-o-misterio-da-santissima-trindade.mp3",
"type": "audio/mpeg"
},
{
"href": "audio/15-o-misterio-de-JESUS-cristo.mp3",
"type": "audio/mpeg"
},
{
"href": "audio/16-uma-so-pessoa-em-duas-naturezas.mp3",
"type": "audio/mpeg"
},
{
"href": "audio/17-a-visao-beatifica-de-JESUS-cristo.mp3",
"type": "audio/mpeg"
},
{
"href": "audio/18-cristo-sacerdote-e-vitima.mp3",
"type": "audio/mpeg"
},
{
"href": "audio/19-a-nossa-incorporacao-a-cristo.mp3",
"type": "audio/mpeg"
},
{
"href": "audio/20-as-dores-de-cristo-durante-a-paixao.mp3",
"type": "audio/mpeg"
},
{
"href": "audio/21-a-justica-da-redencao.mp3",
"type": "audio/mpeg"
},
{
"href": "audio/22-a-humanidade-ressuscitada-de-cristo.mp3",
"type": "audio/mpeg"
},
{
"href": "audio/23-o-que-significa-a-ascensao-de-cristo.mp3",
"type": "audio/mpeg"
},
{
"href": "audio/24-por-que-JESUS-nos-enviou-o-espirito-santo.mp3",
"type": "audio/mpeg"
},
{
"href": "audio/25-o-que-e-a-graca-atual.mp3",
"type": "audio/mpeg"
},
{
"href": "audio/26-o-que-e-a-graca-santificante.mp3",
"type": "audio/mpeg"
},
{
"href": "audio/27-creio-na-santa-igreja-catolica.mp3",
"type": "audio/mpeg"
},
{
"href": "audio/28-ha-salvacao-fora-da-igreja.mp3",
"type": "audio/mpeg"
}
]
}