Added demo products config

This commit is contained in:
Marvin Scham
2023-06-07 05:45:28 +02:00
parent f50a1e998d
commit b9fb6cbc89

View File

@@ -0,0 +1,16 @@
{
"products": [
{
"name": "Gigabyte GeForce RTX 3060",
"description": "Very epic GPU",
"identifiers": [
{
"Amazon": "B096Y2TYKV"
},
{
"eBay": "Gigabyte GeForce RTX 3060"
}
]
}
]
}