-
Notifications
You must be signed in to change notification settings - Fork 17
/
catalog.json
28 lines (28 loc) · 919 Bytes
/
catalog.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
[{
"id": "woman_character",
"name": "Woman",
"image_url": "https://firebasestorage.googleapis.com/v0/b/animecoloring-d46ad.appspot.com/o/src%2Fcatalog_image.png?alt=media&token=71099638-bbc0-495e-9f51-f68205e30017",
"coloring_ids": [
"1"
],
"enable": true
},
{
"id": "man_character",
"name": "Мужской персонаж",
"image_url": "https://firebasestorage.googleapis.com/v0/b/animecoloring-d46ad.appspot.com/o/src%2Fcatalog_image.png?alt=media&token=71099638-bbc0-495e-9f51-f68205e30017",
"coloring_ids": [
"2", "3", "5"
],
"enable": true
},
{
"id": "animals",
"name": "Животные",
"image_url": "https://firebasestorage.googleapis.com/v0/b/animecoloring-d46ad.appspot.com/o/src%2Fcatalog_image.png?alt=media&token=71099638-bbc0-495e-9f51-f68205e30017",
"coloring_ids": [
"3", "4"
],
"enable": true
}
]