diff --git a/config/demo.products-config.json b/config/demo.products-config.json index 84a4f91..0474928 100644 --- a/config/demo.products-config.json +++ b/config/demo.products-config.json @@ -11,6 +11,30 @@ "EBAY": "Gigabyte GeForce RTX 3060" } ] + }, + { + "name": "Gigabyte Radeon RX 6700 XT", + "description": "Another one", + "identifiers": [ + { + "AMAZON": "B08Y758F6C" + }, + { + "EBAY": "Gigabyte Radeon RX 6700 XT" + } + ] + }, + { + "name": "NVIDIA GeForce RTX 4060 Ti", + "description": "Premium!", + "identifiers": [ + { + "AMAZON": "B0C4F9HCF6" + }, + { + "EBAY": "NVIDIA GeForce RTX 4060 Ti" + } + ] } ] }