forked from carsonip/alexa-pomodoro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathskill.json
216 lines (216 loc) · 23.5 KB
/
skill.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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
{
"manifest": {
"publishingInformation": {
"locales": {
"en-US": {
"summary": "Unofficial skill of the Pomodoro Technique which boosts your productivity using a 25-minute work and 5-minute rest pattern.",
"examplePhrases": [
"Alexa, start Tomato Helper",
"Start timer",
"Alexa, next"
],
"keywords": [
"pomodoro",
"timer",
"tomato",
"helper",
"productivity",
"technique"
],
"name": "Tomato Helper",
"smallIconUri": "https://s3.amazonaws.com/CAPS-SSE/echo_developer/4f50894025134ad28e732ecfa516f322/APP_ICON?versionId=65hwYkpD85KnQ4Z5DxbnJoGbbtMvvduz&AWSAccessKeyId=AKIAI3X6PUXD7CU5F5BQ&Expires=1523178970&Signature=%2F6X2CJN%2BduhZ6sG0XicRrFxU5D0%3D",
"description": "Your voices have been heard! A silent timer is now available. If you have any more comments, create an issue in GitHub issues. The link is at the bottom.\n\nThis is an unofficial skill of the Pomodoro Technique. It is a timer which allows the user to work for 25 minutes then rest for 5 minutes. Such a pattern boosts productivity and minimizes distraction.\n\nAfter saying \"Alexa, start tomato helper\", followed by \"start timer\" or \"start silent timer\", there will be a 25-minute count-down. After 25 minutes, the alarm will ring to notify the user that it is time for a break. The user should say \"Alexa, next\" to stop the alarm and start the break. After the break, the user should say \"Alexa, next\" to start the next 25-minute of work. After 4 25-minute periods, there will be a longer break of 20 minutes.\n\nWhen the timer is running, say \"Alexa, ask tomato helper for progress\" to check your progress.\n\nWhen you are done, say \"Alexa, stop\".\n\nThis is an open-source project hosted on GitHub available at https://github.com/carsonip/alexa-pomodoro\nIf you have any issues or comments, please create an issue at https://github.com/carsonip/alexa-pomodoro/issues\n\nNote: This skill is in no way associated with the \"Pomodoro Technique\", \"Pomodoro\" and Francesco Cirillo.\nThe Pomodoro Technique® and Pomodoro™ are registered trademarks by Francesco Cirillo.",
"largeIconUri": "https://s3.amazonaws.com/CAPS-SSE/echo_developer/e8d3/8b22757cd5594017962ed32a77e8abec/APP_ICON_LARGE?versionId=rxa8boqcQJbnQA_SFzxJhvC9rlw4Vu_C&AWSAccessKeyId=AKIAI3X6PUXD7CU5F5BQ&Expires=1523178970&Signature=ffkPk%2B5Vj6Lhs24fj503giwYXE8%3D"
},
"en-CA": {
"summary": "Unofficial skill of the Pomodoro Technique which boosts your productivity using a 25-minute work and 5-minute rest pattern.",
"examplePhrases": [
"Alexa, start Tomato Helper",
"Start timer",
"Alexa, next"
],
"keywords": [
"pomodoro",
"timer",
"tomato",
"helper",
"productivity",
"technique"
],
"name": "Tomato Helper",
"smallIconUri": "https://s3.amazonaws.com/CAPS-SSE/echo_developer/4f50894025134ad28e732ecfa516f322/APP_ICON?versionId=65hwYkpD85KnQ4Z5DxbnJoGbbtMvvduz&AWSAccessKeyId=AKIAI3X6PUXD7CU5F5BQ&Expires=1523178970&Signature=%2F6X2CJN%2BduhZ6sG0XicRrFxU5D0%3D",
"description": "Your voices have been heard! A silent timer is now available. If you have any more comments, create an issue in GitHub issues. The link is at the bottom.\n\nThis is an unofficial skill of the Pomodoro Technique. It is a timer which allows the user to work for 25 minutes then rest for 5 minutes. Such a pattern boosts productivity and minimizes distraction.\n\nAfter saying \"Alexa, start tomato helper\", followed by \"start timer\" or \"start silent timer\", there will be a 25-minute count-down. After 25 minutes, the alarm will ring to notify the user that it is time for a break. The user should say \"Alexa, next\" to stop the alarm and start the break. After the break, the user should say \"Alexa, next\" to start the next 25-minute of work. After 4 25-minute periods, there will be a longer break of 20 minutes.\n\nWhen the timer is running, say \"Alexa, ask tomato helper for progress\" to check your progress.\n\nWhen you are done, say \"Alexa, stop\".\n\nThis is an open-source project hosted on GitHub available at https://github.com/carsonip/alexa-pomodoro\nIf you have any issues or comments, please create an issue at https://github.com/carsonip/alexa-pomodoro/issues\n\nNote: This skill is in no way associated with the \"Pomodoro Technique\", \"Pomodoro\" and Francesco Cirillo.\nThe Pomodoro Technique® and Pomodoro™ are registered trademarks by Francesco Cirillo.",
"largeIconUri": "https://s3.amazonaws.com/CAPS-SSE/echo_developer/c693/e02cbc6f32234623859d94f95e880194/APP_ICON_LARGE?versionId=xMlf.Bv8SvZue8qKNq10if6UBV6Ab.PG&AWSAccessKeyId=AKIAI3X6PUXD7CU5F5BQ&Expires=1523178970&Signature=xMX0TzGfONed1q2sGdrvL3ZrHWI%3D"
},
"en-IN": {
"summary": "Unofficial skill of the Pomodoro Technique which boosts your productivity using a 25-minute work and 5-minute rest pattern.",
"examplePhrases": [
"Alexa, start Tomato Helper",
"Start timer",
"Alexa, next"
],
"keywords": [
"pomodoro",
"timer",
"tomato",
"helper",
"productivity",
"technique"
],
"name": "Tomato Helper",
"smallIconUri": "https://s3.amazonaws.com/CAPS-SSE/echo_developer/4f50894025134ad28e732ecfa516f322/APP_ICON?versionId=65hwYkpD85KnQ4Z5DxbnJoGbbtMvvduz&AWSAccessKeyId=AKIAI3X6PUXD7CU5F5BQ&Expires=1523178970&Signature=%2F6X2CJN%2BduhZ6sG0XicRrFxU5D0%3D",
"description": "Your voices have been heard! A silent timer is now available. If you have any more comments, create an issue in GitHub issues. The link is at the bottom.\n\nThis is an unofficial skill of the Pomodoro Technique. It is a timer which allows the user to work for 25 minutes then rest for 5 minutes. Such a pattern boosts productivity and minimizes distraction.\n\nAfter saying \"Alexa, start tomato helper\", followed by \"start timer\" or \"start silent timer\", there will be a 25-minute count-down. After 25 minutes, the alarm will ring to notify the user that it is time for a break. The user should say \"Alexa, next\" to stop the alarm and start the break. After the break, the user should say \"Alexa, next\" to start the next 25-minute of work. After 4 25-minute periods, there will be a longer break of 20 minutes.\n\nWhen the timer is running, say \"Alexa, ask tomato helper for progress\" to check your progress.\n\nWhen you are done, say \"Alexa, stop\".\n\nThis is an open-source project hosted on GitHub available at https://github.com/carsonip/alexa-pomodoro\nIf you have any issues or comments, please create an issue at https://github.com/carsonip/alexa-pomodoro/issues\n\nNote: This skill is in no way associated with the \"Pomodoro Technique\", \"Pomodoro\" and Francesco Cirillo.\nThe Pomodoro Technique® and Pomodoro™ are registered trademarks by Francesco Cirillo.",
"largeIconUri": "https://s3.amazonaws.com/CAPS-SSE/echo_developer/46a7/f63db9a6af0a4ba08c7a7ce36212e9cb/APP_ICON_LARGE?versionId=nyWWgkSta2nhGV41kpH19RFTrH0Am5up&AWSAccessKeyId=AKIAI3X6PUXD7CU5F5BQ&Expires=1523178970&Signature=vavEH%2F8Dz7irb%2FemXN4qQpNpAnk%3D"
},
"en-AU": {
"summary": "Unofficial skill of the Pomodoro Technique which boosts your productivity using a 25-minute work and 5-minute rest pattern.",
"examplePhrases": [
"Alexa, start Tomato Helper",
"Start timer",
"Alexa, next"
],
"keywords": [
"pomodoro",
"timer",
"tomato",
"helper",
"productivity",
"technique"
],
"name": "Tomato Helper",
"smallIconUri": "https://s3.amazonaws.com/CAPS-SSE/echo_developer/431d/d3c18c1cbac049b88fbc92d3b06d795a/APP_ICON?versionId=rnBs7K3ZHygWqzOZhfA.Iyip9SuM3Eyr&AWSAccessKeyId=AKIAI3X6PUXD7CU5F5BQ&Expires=1523178970&Signature=ibXFa2WwHjCrpqCTf9ThEqUMqIo%3D",
"description": "Your voices have been heard! A silent timer is now available. If you have any more comments, create an issue in GitHub issues. The link is at the bottom.\n\nThis is an unofficial skill of the Pomodoro Technique. It is a timer which allows the user to work for 25 minutes then rest for 5 minutes. Such a pattern boosts productivity and minimizes distraction.\n\nAfter saying \"Alexa, start tomato helper\", followed by \"start timer\" or \"start silent timer\", there will be a 25-minute count-down. After 25 minutes, the alarm will ring to notify the user that it is time for a break. The user should say \"Alexa, next\" to stop the alarm and start the break. After the break, the user should say \"Alexa, next\" to start the next 25-minute of work. After 4 25-minute periods, there will be a longer break of 20 minutes.\n\nWhen the timer is running, say \"Alexa, ask tomato helper for progress\" to check your progress.\n\nWhen you are done, say \"Alexa, stop\".\n\nThis is an open-source project hosted on GitHub available at https://github.com/carsonip/alexa-pomodoro\nIf you have any issues or comments, please create an issue at https://github.com/carsonip/alexa-pomodoro/issues\n\nNote: This skill is in no way associated with the \"Pomodoro Technique\", \"Pomodoro\" and Francesco Cirillo.\nThe Pomodoro Technique® and Pomodoro™ are registered trademarks by Francesco Cirillo.",
"largeIconUri": "https://s3.amazonaws.com/CAPS-SSE/echo_developer/31b8/1040496e23104b649f92213df9a60249/APP_ICON_LARGE?versionId=x2hpGyUCl0tU.PGkRU3DwDf7bsfC1bQ3&AWSAccessKeyId=AKIAI3X6PUXD7CU5F5BQ&Expires=1523178970&Signature=Yo5d5ujgaXXBOWbNxSZBnH9%2FwwQ%3D"
},
"en-GB": {
"summary": "Unofficial skill of the Pomodoro Technique which boosts your productivity using a 25-minute work and 5-minute rest pattern.",
"examplePhrases": [
"Alexa, start Tomato Helper",
"Start timer",
"Alexa, next"
],
"keywords": [
"pomodoro",
"timer",
"tomato",
"helper",
"productivity",
"technique"
],
"name": "Tomato Helper",
"smallIconUri": "https://s3.amazonaws.com/CAPS-SSE/echo_developer/ff23/33ccb65d1b58484da282350f09fde394/APP_ICON?versionId=483Gg3ZJYOPZ4w4J8OXJLx4m2c0Mpq87&AWSAccessKeyId=AKIAI3X6PUXD7CU5F5BQ&Expires=1523178970&Signature=o0cxKIiko72VxQi7IoOJBSYIjJw%3D",
"description": "Your voices have been heard! A silent timer is now available. If you have any more comments, create an issue in GitHub issues. The link is at the bottom.\n\nThis is an unofficial skill of the Pomodoro Technique. It is a timer which allows the user to work for 25 minutes then rest for 5 minutes. Such a pattern boosts productivity and minimizes distraction.\n\nAfter saying \"Alexa, start tomato helper\", followed by \"start timer\" or \"start silent timer\", there will be a 25-minute count-down. After 25 minutes, the alarm will ring to notify the user that it is time for a break. The user should say \"Alexa, next\" to stop the alarm and start the break. After the break, the user should say \"Alexa, next\" to start the next 25-minute of work. After 4 25-minute periods, there will be a longer break of 20 minutes.\n\nWhen the timer is running, say \"Alexa, ask tomato helper for progress\" to check your progress.\n\nWhen you are done, say \"Alexa, stop\".\n\nThis is an open-source project hosted on GitHub available at https://github.com/carsonip/alexa-pomodoro\nIf you have any issues or comments, please create an issue at https://github.com/carsonip/alexa-pomodoro/issues\n\nNote: This skill is in no way associated with the \"Pomodoro Technique\", \"Pomodoro\" and Francesco Cirillo.\nThe Pomodoro Technique® and Pomodoro™ are registered trademarks by Francesco Cirillo.",
"largeIconUri": "https://s3.amazonaws.com/CAPS-SSE/echo_developer/8772/40698efd4214494cabd1f1401a47d4ed/APP_ICON_LARGE?versionId=xrg8dZphu4uxkS9U_qDTiafbFwT4qTfK&AWSAccessKeyId=AKIAI3X6PUXD7CU5F5BQ&Expires=1523178970&Signature=KpEQiMRperiZZ%2FEgtVPuig8vbDc%3D"
},
"es-US": {
"summary": "Skill no oficial de la técnica Pomodoro que aumenta su productividad mediante un trabajo de 25 minutos y un patrón de descanso de 5 minutos.",
"examplePhrases": [
"Alexa, inicia ayudante de tomate",
"Iniciar temporizador",
"Siguiente"
],
"keywords": [
"pomodoro",
"temporizador",
"tomate",
"ayudante",
"productividad",
"ténica"
],
"name": "Ayudante de tomate",
"smallIconUri": "https://s3.amazonaws.com/CAPS-SSE/echo_developer/4f50894025134ad28e732ecfa516f322/APP_ICON?versionId=65hwYkpD85KnQ4Z5DxbnJoGbbtMvvduz&AWSAccessKeyId=AKIAI3X6PUXD7CU5F5BQ&Expires=1523178970&Signature=%2F6X2CJN%2BduhZ6sG0XicRrFxU5D0%3D",
"description": "Sus voces han sido escuchadas! Ahora está disponible un temporizador de silencio. Si tiene más comentarios, cree un problema en los problemas de GitHub. El enlace está en la parte inferior.\n\nEsta es una skill no oficial de la Técnica Pomodoro. Es un temporizador que permite al usuario trabajar durante 25 minutos y luego descansar durante 5 minutos. Tal patrón aumenta la productividad y minimiza la distracción.\n\nDespues de decir \"Alexa, iniciar ayudante de tomate\", seguido por \"iniciar temporizador\" o \"iniciar temporizador silencioso\", habrá una cuenta atrás de 25 minutos. Después de 25 minutos, la alarma sonará para notificar al usuario que es hora de un descanso. El usuario debería decir \"Alexa, siguiente\" para detener la alarma y comenzar el descanso. Después de la pausa, el usuario debe decir. \"Alexa, siguiente\" para comenzar los próximos 25 minutos de trabajo. Después de 4 periodos de 25 minutos, habrá un descanso más largo de 20 minutos.\n\nCuando el temporizador está funcionando, diga \"Alexa, pide a ayudante de tomate el progreso\" para saber el progreso.\n\nCuando hayas terminado, di \"Alexa, detente\".\n\nEste es un proyecto de código abierto alojado en GitHub disponible en https://github.com/carsonip/alexa-pomodoro\nSi tiene algún problema o comentario, cree un problema en https://github.com/carsonip/alexa-pomodoro/issues\n\nNote: Esta skill no está asociada de ninguna manera con el \"Técnica Pomodoro\", \"Pomodoro\" y Francesco Cirillo.\nLa Técnica Pomodoro y Pomodoro™ son marcas registradas por Francesco Cirillo.",
"largeIconUri": "https://s3.amazonaws.com/CAPS-SSE/echo_developer/e8d3/8b22757cd5594017962ed32a77e8abec/APP_ICON_LARGE?versionId=rxa8boqcQJbnQA_SFzxJhvC9rlw4Vu_C&AWSAccessKeyId=AKIAI3X6PUXD7CU5F5BQ&Expires=1523178970&Signature=ffkPk%2B5Vj6Lhs24fj503giwYXE8%3D"
},
"es-MX": {
"summary": "Skill no oficial de la técnica Pomodoro que aumenta su productividad mediante un trabajo de 25 minutos y un patrón de descanso de 5 minutos.",
"examplePhrases": [
"Alexa, inicia ayudante de tomate",
"Iniciar temporizador",
"Siguiente"
],
"keywords": [
"pomodoro",
"temporizador",
"tomate",
"ayudante",
"productividad",
"ténica"
],
"name": "Ayudante de tomate",
"smallIconUri": "https://s3.amazonaws.com/CAPS-SSE/echo_developer/4f50894025134ad28e732ecfa516f322/APP_ICON?versionId=65hwYkpD85KnQ4Z5DxbnJoGbbtMvvduz&AWSAccessKeyId=AKIAI3X6PUXD7CU5F5BQ&Expires=1523178970&Signature=%2F6X2CJN%2BduhZ6sG0XicRrFxU5D0%3D",
"description": "Sus voces han sido escuchadas! Ahora está disponible un temporizador de silencio. Si tiene más comentarios, cree un problema en los problemas de GitHub. El enlace está en la parte inferior.\n\nEsta es una skill no oficial de la Técnica Pomodoro. Es un temporizador que permite al usuario trabajar durante 25 minutos y luego descansar durante 5 minutos. Tal patrón aumenta la productividad y minimiza la distracción.\n\nDespues de decir \"Alexa, iniciar ayudante de tomate\", seguido por \"iniciar temporizador\" o \"iniciar temporizador silencioso\", habrá una cuenta atrás de 25 minutos. Después de 25 minutos, la alarma sonará para notificar al usuario que es hora de un descanso. El usuario debería decir \"Alexa, siguiente\" para detener la alarma y comenzar el descanso. Después de la pausa, el usuario debe decir. \"Alexa, siguiente\" para comenzar los próximos 25 minutos de trabajo. Después de 4 periodos de 25 minutos, habrá un descanso más largo de 20 minutos.\n\nCuando el temporizador está funcionando, diga \"Alexa, pide a ayudante de tomate el progreso\" para saber el progreso.\n\nCuando hayas terminado, di \"Alexa, detente\".\n\nEste es un proyecto de código abierto alojado en GitHub disponible en https://github.com/carsonip/alexa-pomodoro\nSi tiene algún problema o comentario, cree un problema en https://github.com/carsonip/alexa-pomodoro/issues\n\nNote: Esta skill no está asociada de ninguna manera con el \"Técnica Pomodoro\", \"Pomodoro\" y Francesco Cirillo.\nLa Técnica Pomodoro y Pomodoro™ son marcas registradas por Francesco Cirillo.",
"largeIconUri": "https://s3.amazonaws.com/CAPS-SSE/echo_developer/e8d3/8b22757cd5594017962ed32a77e8abec/APP_ICON_LARGE?versionId=rxa8boqcQJbnQA_SFzxJhvC9rlw4Vu_C&AWSAccessKeyId=AKIAI3X6PUXD7CU5F5BQ&Expires=1523178970&Signature=ffkPk%2B5Vj6Lhs24fj503giwYXE8%3D"
},
"es-ES": {
"summary": "Skill no oficial de la técnica Pomodoro que aumenta su productividad mediante un trabajo de 25 minutos y un patrón de descanso de 5 minutos.",
"examplePhrases": [
"Alexa, inicia ayudante de tomate",
"Iniciar temporizador",
"Siguiente"
],
"keywords": [
"pomodoro",
"temporizador",
"tomate",
"ayudante",
"productividad",
"ténica"
],
"name": "Ayudante de tomate",
"smallIconUri": "https://s3.amazonaws.com/CAPS-SSE/echo_developer/4f50894025134ad28e732ecfa516f322/APP_ICON?versionId=65hwYkpD85KnQ4Z5DxbnJoGbbtMvvduz&AWSAccessKeyId=AKIAI3X6PUXD7CU5F5BQ&Expires=1523178970&Signature=%2F6X2CJN%2BduhZ6sG0XicRrFxU5D0%3D",
"description": "Sus voces han sido escuchadas! Ahora está disponible un temporizador de silencio. Si tiene más comentarios, cree un problema en los problemas de GitHub. El enlace está en la parte inferior.\n\nEsta es una skill no oficial de la Técnica Pomodoro. Es un temporizador que permite al usuario trabajar durante 25 minutos y luego descansar durante 5 minutos. Tal patrón aumenta la productividad y minimiza la distracción.\n\nDespues de decir \"Alexa, iniciar ayudante de tomate\", seguido por \"iniciar temporizador\" o \"iniciar temporizador silencioso\", habrá una cuenta atrás de 25 minutos. Después de 25 minutos, la alarma sonará para notificar al usuario que es hora de un descanso. El usuario debería decir \"Alexa, siguiente\" para detener la alarma y comenzar el descanso. Después de la pausa, el usuario debe decir. \"Alexa, siguiente\" para comenzar los próximos 25 minutos de trabajo. Después de 4 periodos de 25 minutos, habrá un descanso más largo de 20 minutos.\n\nCuando el temporizador está funcionando, diga \"Alexa, pide a ayudante de tomate el progreso\" para saber el progreso.\n\nCuando hayas terminado, di \"Alexa, detente\".\n\nEste es un proyecto de código abierto alojado en GitHub disponible en https://github.com/carsonip/alexa-pomodoro\nSi tiene algún problema o comentario, cree un problema en https://github.com/carsonip/alexa-pomodoro/issues\n\nNote: Esta skill no está asociada de ninguna manera con el \"Técnica Pomodoro\", \"Pomodoro\" y Francesco Cirillo.\nLa Técnica Pomodoro y Pomodoro™ son marcas registradas por Francesco Cirillo.",
"largeIconUri": "https://s3.amazonaws.com/CAPS-SSE/echo_developer/e8d3/8b22757cd5594017962ed32a77e8abec/APP_ICON_LARGE?versionId=rxa8boqcQJbnQA_SFzxJhvC9rlw4Vu_C&AWSAccessKeyId=AKIAI3X6PUXD7CU5F5BQ&Expires=1523178970&Signature=ffkPk%2B5Vj6Lhs24fj503giwYXE8%3D"
},
"pt-BR": {
"summary": "Skill não oficial da Técnica Pomodoro, que melhora sua produtividade usando 25 minutos focados em alguma atividade/tarefa e 5 minutos de descanso.",
"examplePhrases": [
"Alexa, iniciar ajudante de tomate",
"Iniciar timer",
"Alexa, próximo"
],
"keywords": [
"pomodoro",
"timer",
"tomato",
"tomate",
"helper",
"productivity",
"produtividade",
"technique",
"técnica"
],
"name": "Ajudante de tomate",
"smallIconUri": "https://s3.amazonaws.com/CAPS-SSE/echo_developer/4f50894025134ad28e732ecfa516f322/APP_ICON?versionId=65hwYkpD85KnQ4Z5DxbnJoGbbtMvvduz&AWSAccessKeyId=AKIAI3X6PUXD7CU5F5BQ&Expires=1523178970&Signature=%2F6X2CJN%2BduhZ6sG0XicRrFxU5D0%3D",
"description": "Suas vozes foram escutadas! Um timer silencioso agora está disponível. Se vocês tiverem mais sugestões, por favor usem as Issues do Github (link abaixo).\n\nSkill não oficial da Técnica Pomodoro, que melhora sua produtividade usando 25 minutos focados e 5 minutos descansando. Essa técnica aumenta a produtividade e reduz a distraçao/procrastinaçao.\n\nDepois de dizer \"Alexa, iniciar tomato\", seguido por \"iniciar timer\" ou \"iniciar timer silencioso\", será criado um timer de 25 minutos. Depois de 25 minutos, o alarme irá tocar para notificar o usuário que é hora de um descanso. O usuário deve dizer \"Alexa, próximo\" para parar o alarme e iniciar o tempo de descanso. Depois do descanso, o usuário precisa dizer \"Alexa, próximo\" para começar o novo período de 25 minutos focados. Depois de 4 períodos de 25 minutos, terá uma pausa maior de 20 minutos.\n\nQuando o timer estiver rodando, diga \"Alexa, pergunte ao tomato tempo restante\" para checar o tempo restante.\n\nQuando você desejar sair, diga \"Alexa, pare\".\n\nEste é um projeto open-source hospedado pelo Github em: https://github.com/carsonip/alexa-pomodoro\nSe você tem alguma sugestão ou problema para relatar, entre em: https://github.com/carsonip/alexa-pomodoro/issues\nNota: esta skill não está associada a \"Técnica Pomodoro\", \"Pomodoro\" e Francesco Cirillo.\nOs nomes 'Pomodoro Technique®' e 'Pomodoro™' são marcas registradas por Francesco Cirillo.",
"largeIconUri": "https://s3.amazonaws.com/CAPS-SSE/echo_developer/e8d3/8b22757cd5594017962ed32a77e8abec/APP_ICON_LARGE?versionId=rxa8boqcQJbnQA_SFzxJhvC9rlw4Vu_C&AWSAccessKeyId=AKIAI3X6PUXD7CU5F5BQ&Expires=1523178970&Signature=ffkPk%2B5Vj6Lhs24fj503giwYXE8%3D"
}
},
"isAvailableWorldwide": true,
"testingInstructions": "Saying \"Alexa, next\" during ticking can skip you to the ringing alarm part. So you don't have to wait for 25mins before the alarm.",
"category": "ORGANIZERS_AND_ASSISTANTS",
"distributionCountries": []
},
"apis": {
"custom": {
"endpoint": {
"sourceDir": "lambda/custom"
},
"interfaces": [
{
"type": "AUDIO_PLAYER"
}
]
}
},
"manifestVersion": "1.0",
"permissions": [],
"privacyAndCompliance": {
"allowsPurchases": false,
"isExportCompliant": true,
"containsAds": false,
"isChildDirected": false,
"usesPersonalInfo": false
}
}
}