-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
88 lines (88 loc) · 5.36 KB
/
db.json
File metadata and controls
88 lines (88 loc) · 5.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"products": [
{
"id": "1",
"name": "Logitech H390 Wired Headset for PC/Laptop, Stereo Headphones with Noise Cancelling Microphone, USB, In-Line Controls, Works with Chromebook - Black",
"description": [
"Optimum Comfort: PC headphones with plush, padded headband and earcups.",
"Enhanced Audio: Experience premium sound quality. System requirements: Windows Vista, Windows 7, Windows 8, Windows 10 or later, Chrome OS or MAC OS X (10.2.8 or later), with USB-A port",
""
],
"price": "89.00",
"rates": "4",
"type": "Headphone",
"colors": ["black", "off white", "rose"],
"material": "plastic",
"images": [
"https://m.media-amazon.com/images/W/IMAGERENDERING_521856-T1/images/I/61CqYq+xwNL._AC_SY300_SX300_.jpg",
"https://m.media-amazon.com/images/W/IMAGERENDERING_521856-T1/images/I/715aalqIhKL._AC_SX425_.jpg",
"https://m.media-amazon.com/images/W/IMAGERENDERING_521856-T1/images/I/41bXg+Vz83L._AC_US40_.jpg",
"https://m.media-amazon.com/images/W/IMAGERENDERING_521856-T1/images/I/4191+Av9T9L._AC_US40_.jpg",
"https://m.media-amazon.com/images/W/IMAGERENDERING_521856-T1/images/I/41XOSYI3xZL._AC_US40_.jpg"
]
},
{
"id": "2",
"name": "Enhanced Audio: Experience premium sound quality. System requirements: Windows Vista, Windows 7, Windows 8, Windows 10 or later, Chrome OS or MAC OS X (10.2.8 or later), with USB-A port",
"description": [
"Support PlayStation 4, New Xbox One, PC, Nintendo 3DS, Laptop, PSP, Tablet, iPad, Computer, Mobile Phone. Please note you need an extra Microsoft Adapter (Not Included) when connect with an old version Xbox One controller.",
"Clear sound operating strong brass, splendid ambient noise isolation and high precision 40mm magnetic neodymium driver, acoustic positioning precision enhance the sensitivity of the speaker unit, bringing you vivid sound field, sound clarity, shock feeling sound. Perfect for various games like Halo 5 Guardians, Metal Gear Solid, Call of Duty, Star Wars Battlefront, Overwatch, World of Warcraft Legion, etc."
],
"price": "25",
"rates": "4.5",
"type": "Headphone",
"colors": [
"black",
"blue",
"green",
"orange",
"pink",
"purple",
"red",
"white"
],
"material": "plastic",
"images": [
"https://m.media-amazon.com/images/W/IMAGERENDERING_521856-T1/images/I/51q0meZK6WL._AC_US40_.jpg",
"https://m.media-amazon.com/images/W/IMAGERENDERING_521856-T1/images/I/51DiqbXVDVL._AC_US40_.jpg",
"https://m.media-amazon.com/images/W/IMAGERENDERING_521856-T1/images/I/61y41XOsW5L._AC_US40_.jpg",
"https://m.media-amazon.com/images/W/IMAGERENDERING_521856-T1/images/I/51v1kqtiW5L._AC_US40_.jpg",
"https://m.media-amazon.com/images/W/IMAGERENDERING_521856-T1/images/I/61f793QHC8L._AC_US40_.jpg",
"https://m.media-amazon.com/images/W/IMAGERENDERING_521856-T1/images/I/51Z5aXa3LUL._AC_US40_.jpg"
]
},
{
"id": "3",
"name": "SENZER SG500 Surround Sound Pro Gaming Headset with Noise Cancelling Microphone - Detachable Memory Foam Ear Pads - Portable Foldable Headphones for PC, PS4, PS5, Xbox One, Switch",
"description": [
" Features flexible headphones with telescopic arms and detachable ear pads. The headphones fold inside the arm, making them perfect for easy storage and travelling and the ear pads are magnetic, allowing them to be conveniently attached and removed, making them easier to clean and maintain compared with other headphones.",
"Comfortable for kids and adults alike, the detachable memory foam ear cushions are extremely lightweight, allowing for up to 8 hours usage without excess pressure build up, meaning you won't feel any discomfort even after many hours of gaming. The overall weight is only 0.66lb; approximately 40% lighter than standard gaming headsets.",
"The bendable microphone arm can be fixed to any position to ensure the clearest voice pick-up, and filters out surrounding environmental noise and eliminates static. The Senzer SG500 noise cancelling headset with microphone provides real-time in game chat without delay, making it easier to communicate with team-mates, friends and family without unnecessary interruptions."
],
"price": "23.99",
"rates": "4.5",
"type": "Headphone",
"colors": ["black", "pink", "white", "gradient yellow", "red & blue"],
"material": "plastic",
"images": [
"https://m.media-amazon.com/images/W/IMAGERENDERING_521856-T1/images/I/41NCcTrkCDL._AC_US40_.jpg",
"https://m.media-amazon.com/images/W/IMAGERENDERING_521856-T1/images/I/41LhKqt1vUL._AC_US40_.jpg",
"https://m.media-amazon.com/images/W/IMAGERENDERING_521856-T1/images/I/41JYjtqtRgL._AC_US40_.jpg",
"https://m.media-amazon.com/images/W/IMAGERENDERING_521856-T1/images/I/41vppm+Fl0L._AC_US40_.jpg",
"https://m.media-amazon.com/images/W/IMAGERENDERING_521856-T1/images/I/41R2cHRfb-L._AC_US40_.jpg",
"https://m.media-amazon.com/images/W/IMAGERENDERING_521856-T1/images/I/41+epf6gDyL._AC_US40_.jpg"
]
},
{
"id": "4",
"name": "",
"description": "",
"price": "",
"rates": "",
"type": "",
"colors": ["", "", ""],
"material": "",
"images": ["", "", ""]
}
]
}