-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
112 lines (112 loc) · 5.05 KB
/
data.json
File metadata and controls
112 lines (112 loc) · 5.05 KB
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
{
"boycottList": [
{
"image": "./images/lipton_tea.png",
"en_brand_name": "Lipton",
"ar_brand_name": "شاي ليبتون",
"url": "https://www.bloomberg.com/opinion/articles/2018-08-22/pepsico-s-sodastream-purchase-is-sweet-news-for-israelis?leadSource=uverify%20wall"
},
{
"image": "./images/snickers.jpg",
"en_brand_name": "Snickers",
"ar_brand_name": "شوكولا سنيكرز",
"url": "https://aus.mars.com/news-and-stories/press-releases/mars-partners-with-jerusalem-venture-partners"
},
{
"image": "./images/quaker.jpg",
"en_brand_name": "َQuaker",
"ar_brand_name": "شوكولا و منتجات كويكر",
"url": "https://www.bloomberg.com/view/articles/2018-08-22/pepsico-s-sodastream-purchase-is-sweet-news-for-israelis?leadSource=uverify%20wall"
},
{
"image": "./images/nescafe.png",
"en_brand_name": "Nescafe",
"ar_brand_name": "قهوة نسكافية بأشكالها المختلفة",
"url": "https://en.wikipedia.org/wiki/Osem_(company)"
},
{
"image": "./images/knor.png",
"en_brand_name": "Knorr",
"ar_brand_name": "شوربة و معكرونة كنور",
"url": "https://www.unilever.com/news/press-and-media/press-releases/2022/unilever-reaches-new-business-arrangement-for-ben-jerrys-in-israel/"
},
{
"image": "./images/maggi.png",
"en_brand_name": "Maggi",
"ar_brand_name": "مرقة ماجي",
"url": "https://en.wikipedia.org/wiki/Osem_(company)"
},
{
"image": "./images/mars.png",
"en_brand_name": "Mars chocolate",
"ar_brand_name": "شوكولا مارس",
"url": "https://aus.mars.com/news-and-stories/press-releases/mars-partners-with-jerusalem-venture-partners"
},
{
"image": "./images/kit_kat.png",
"en_brand_name": "KitKat chocolate",
"ar_brand_name": "شوكولا كيت كات",
"url": "https://en.wikipedia.org/wiki/Osem_(company)"
},
{
"image": "./images/lays.png",
"en_brand_name": "Lay's Potato",
"ar_brand_name": "بطاطا ليز",
"url": "https://www.bloomberg.com/opinion/articles/2018-08-22/pepsico-s-sodastream-purchase-is-sweet-news-for-israelis?leadSource=uverify%20wall"
},
{
"image": "./images/cad_bury.png",
"en_brand_name": "CadBury Chocolate",
"ar_brand_name": "شوكولا كادبوري",
"url": "https://ir.mondelezinternational.com/news-releases/news-release-details/mondelez-international-snackfutures-makes-seed-investment"
},
{
"image": "./images/oreo.png",
"en_brand_name": "Oreo",
"ar_brand_name": "شوكولا أوريو",
"url": "https://ir.mondelezinternational.com/news-releases/news-release-details/mondelez-international-snackfutures-makes-seed-investment"
},
{
"image": "./images/twix.png",
"en_brand_name": "Twix",
"ar_brand_name": "بسكويت تويكس",
"url": "https://aus.mars.com/news-and-stories/press-releases/mars-partners-with-jerusalem-venture-partners"
},
{
"image": "./images/m&ms.png",
"en_brand_name": "m&ms",
"ar_brand_name": "ام اند امز",
"url": "https://aus.mars.com/news-and-stories/press-releases/mars-partners-with-jerusalem-venture-partners"
},
{
"image": "./images/doritos.png",
"en_brand_name": "Doritos",
"ar_brand_name": "بطاطا دوريتو",
"url": "https://www.bloomberg.com/opinion/articles/2018-08-22/pepsico-s-sodastream-purchase-is-sweet-news-for-israelis?leadSource=uverify%20wall"
},
{
"image": "./images/coca_cola.png",
"en_brand_name": "Coca Cola",
"ar_brand_name": "كوكا كولا",
"url": "https://www.foa.org.uk/campaign/boycottcocacola"
},
{
"image": "./images/pepsi.png",
"en_brand_name": "Pepsi",
"ar_brand_name": "بيبسي كولا",
"url": "https://www.bloomberg.com/view/articles/2018-08-22/pepsico-s-sodastream-purchase-is-sweet-news-for-israelis?leadSource=uverify%20wall"
},
{
"image": "./images/sprite.png",
"en_brand_name": "Sprite",
"ar_brand_name": "سبرايت",
"url": "https://www.foa.org.uk/campaign/boycottcocacola"
},
{
"image": "./images/7up.png",
"en_brand_name": "7Up",
"ar_brand_name": "سيفن أب",
"url": "https://www.bloomberg.com/opinion/articles/2018-08-22/pepsico-s-sodastream-purchase-is-sweet-news-for-israelis?leadSource=uverify%20wall"
}
]
}