forked from viztushar/stickers-internet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
65 lines (65 loc) · 1.84 KB
/
config.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
{
"android_play_store_link": " ",
"sticker_packs": [
{
"identifier": "1",
"name": "Taffy Cat",
"publisher": "Shailandra Rajput",
"tray_image_file": "http://stickerpack.epizy.com/ss/1/9.jpg",
"publisher_email":"[email protected]",
"publisher_website": "",
"privacy_policy_website": "",
"license_agreement_website": "",
"stickers": [
{
"image_file": "http://stickerpack.epizy.com/ss/1/1.jpg",
"emojis": ["🙂"]
},
{
"image_file": "http://stickerpack.epizy.com/ss/1/2.jpg",
"emojis": ["🙂"]
},
{
"image_file": "http://stickerpack.epizy.com/ss/1/3.jpg",
"emojis": ["🙂"]
},
{
"image_file": "http://stickerpack.epizy.com/ss/1/4.jpg",
"emojis": ["🙂"]
},
{
"image_file": "http://stickerpack.epizy.com/ss/1/5.jpg",
"emojis": ["🙂"]
},
{
"image_file": "http://stickerpack.epizy.com/ss/1/6.jpg",
"emojis": ["🙂"]
}
]
},
{
"identifier": "2",
"name": "Taffy Cat 2",
"publisher": "Shailandra Rajput",
"tray_image_file": "http://stickerpack.epizy.com/ss/1/7.jpg",
"publisher_email":"[email protected]",
"publisher_website": "",
"privacy_policy_website": "",
"license_agreement_website": "",
"stickers": [
{
"image_file": "http://stickerpack.epizy.com/ss/1/8.jpg",
"emojis": ["🙂"]
},
{
"image_file": "http://stickerpack.epizy.com/ss/1/10.jpg",
"emojis": ["🙂"]
},
{
"image_file": "http://stickerpack.epizy.com/ss/1/11.jpg",
"emojis": ["🙂"]
}
]
}
]
}