From 85c8fe6b1af4274e752760e3eb7f63db59f81ff7 Mon Sep 17 00:00:00 2001 From: Marvin Scham Date: Wed, 28 Jun 2023 05:05:29 +0200 Subject: [PATCH] Added more demo products --- config/demo.products-config.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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" + } + ] } ] }