diff --git a/www/js/modules/config/config.js b/www/js/modules/config/config.js
index 0640850236bbca8c99fc358ad6cc6c6d45ca42a1..2e3ec07fe371ddbf84ca1f70ef1dfa752e421a7b 100644
--- a/www/js/modules/config/config.js
+++ b/www/js/modules/config/config.js
@@ -62,7 +62,22 @@
         { productId: 'tennis_full_4', 'title': 'Tennis 5', description: 'Tennis 5 pack', price: '3.99€' },
         { productId: 'tennis_full_5', 'title': 'Tennis 6', description: 'Tennis 6 pack', price: '4.99€' }
       ],
-      'football': {}
+      'football': [
+        { productId: 'ligue_1', 'title': 'Ligue 1', description: 'Ligue 1 pack', price: '0.99€' },
+        { productId: 'bundesliga', title: 'Bundesliga', description: 'Bundesliga pack', price: '0.99€' },
+        { productId: 'liga_bbva', title: 'Liga BBVA', description: 'Liga BBVA pack', price: '0.99€' },
+        { productId: 'liga_nos', title: 'Liga NOS', description: 'Liga NOS pack', price: '0.99€' },
+        { productId: 'serie_a', title: 'Serie A', description: 'Serie A pack', price: '0.99€' },
+        { productId: 'eredivisie', title: 'Eredivisie', description: 'Eredivisie pack', price: '0.99€' },
+        { productId: 'premiere_league', title: 'Premiere League', description: 'Premiere League pack', price: '0.99€' },
+        { productId: 'champions_league', title: 'Champions League', description: 'Champions League pack', price: '1.99€' },
+        { productId: 'full_champions_league', title: 'Full Champions League', description: 'Full Champions League pack', price: '2.99€' },
+        { productId: 'football_full_2', 'title': 'Tennis 2', description: 'Tennis 2 pack', price: '1.99€' },
+        { productId: 'football_full_3', 'title': 'Tennis 3', description: 'Tennis 3 pack', price: '1.99€' },
+        { productId: 'football_full_4', 'title': 'Tennis 4', description: 'Tennis 4 pack', price: '2.99€' },
+        { productId: 'football_full_5', 'title': 'Tennis 5', description: 'Tennis 5 pack', price: '3.99€' },
+        { productId: 'football_full_6', 'title': 'Tennis 6', description: 'Tennis 2 pack', price: '4.99€' }
+      ]
     }
   })