feat(store): add ps5 to german stores (#715)

This commit is contained in:
hiivin
2020-11-07 18:55:42 +01:00
committed by GitHub
parent 8a459056c5
commit 2291b8eff5
4 changed files with 48 additions and 0 deletions
+12
View File
@@ -376,6 +376,18 @@ export const AmazonDe: Store = {
model: '5950x',
series: 'ryzen5950',
url: 'https://www.amazon.de/dp/B0815Y8J9N'
},
{
brand: 'sony',
model: 'ps5 console',
series: 'sonyps5c',
url: 'https://www.amazon.de/dp/B08H93ZRK9'
},
{
brand: 'sony',
model: 'ps5 digital',
series: 'sonyps5de',
url: 'https://www.amazon.de/dp/B08H98GVK8'
}
],
name: 'amazon-de'