Files
EasyDrop/config/demo.products-config.json
2023-06-28 05:05:29 +02:00

41 lines
755 B
JSON

{
"products": [
{
"name": "Gigabyte GeForce RTX 3060",
"description": "Very epic GPU",
"identifiers": [
{
"AMAZON": "B096Y2TYKV"
},
{
"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"
}
]
}
]
}