|
| 1 | +{ |
| 2 | + "boycottList": [ |
| 3 | + { |
| 4 | + "image": "./images/lipton_tea.png", |
| 5 | + "en_brand_name": "Lipton", |
| 6 | + "ar_brand_name": "شاي ليبتون" |
| 7 | + }, |
| 8 | + { |
| 9 | + "image": "./images/snickers.jpg", |
| 10 | + "en_brand_name": "Snickers", |
| 11 | + "ar_brand_name": "شوكولا سنيكرز" |
| 12 | + }, |
| 13 | + { |
| 14 | + "image": "./images/quaker.jpg", |
| 15 | + "en_brand_name": "َQuaker", |
| 16 | + "ar_brand_name": "شوكولا و منتجات كويكر" |
| 17 | + }, |
| 18 | + { |
| 19 | + "image": "./images/nescafe.png", |
| 20 | + "en_brand_name": "Nescafe", |
| 21 | + "ar_brand_name": "قهوة نسكافية بأشكالها المختلفة" |
| 22 | + }, |
| 23 | + { |
| 24 | + "image": "./images/knor.png", |
| 25 | + "en_brand_name": "Knorr", |
| 26 | + "ar_brand_name": "شوربة و معكرونة كنور" |
| 27 | + }, |
| 28 | + { |
| 29 | + "image": "./images/mars.png", |
| 30 | + "en_brand_name": "Mars chocolate", |
| 31 | + "ar_brand_name": "شوكولا مارس" |
| 32 | + }, |
| 33 | + { |
| 34 | + "image": "./images/kit_kat.png", |
| 35 | + "en_brand_name": "KitKat chocolate", |
| 36 | + "ar_brand_name": "شوكولا كيت كات" |
| 37 | + }, |
| 38 | + { |
| 39 | + "image": "./images/lays.png", |
| 40 | + "en_brand_name": "Lay's Potato", |
| 41 | + "ar_brand_name": "بطاطا ليز" |
| 42 | + }, |
| 43 | + { |
| 44 | + "image": "./images/cad_bury.png", |
| 45 | + "en_brand_name": "CadBury Chocolate", |
| 46 | + "ar_brand_name": "شوكولا كادبوري" |
| 47 | + }, |
| 48 | + { |
| 49 | + "image": "./images/twix.png", |
| 50 | + "en_brand_name": "Twix", |
| 51 | + "ar_brand_name": "بسكويت تويكس" |
| 52 | + }, |
| 53 | + { |
| 54 | + "image": "./images/m&ms.png", |
| 55 | + "en_brand_name": "m&ms", |
| 56 | + "ar_brand_name": "ام اند امز" |
| 57 | + }, |
| 58 | + { |
| 59 | + "image": "./images/doritos.png", |
| 60 | + "en_brand_name": "Doritos", |
| 61 | + "ar_brand_name": "بطاطا دوريتو" |
| 62 | + }, |
| 63 | + { |
| 64 | + "image": "./images/coca_cola.png", |
| 65 | + "en_brand_name": "Coca Cola", |
| 66 | + "ar_brand_name": "كوكا كولا" |
| 67 | + }, |
| 68 | + { |
| 69 | + "image": "./images/pepsi.png", |
| 70 | + "en_brand_name": "Pepsi", |
| 71 | + "ar_brand_name": "بيبسي كولا" |
| 72 | + }, |
| 73 | + { |
| 74 | + "image": "./images/sprite.png", |
| 75 | + "en_brand_name": "Sprite", |
| 76 | + "ar_brand_name": "سبرايت" |
| 77 | + } |
| 78 | + ] |
| 79 | +} |
0 commit comments