-
Notifications
You must be signed in to change notification settings - Fork 2
/
products.json
72 lines (72 loc) · 1.89 KB
/
products.json
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
[
{
"category": "book",
"name": "open book item",
"image": "book1.png",
"description": "This is an open book item",
"url": "https://www.google.com/search?q=book"
},
{
"category": "book",
"name": "closed book item",
"image": "book2.png",
"description": "This is an closed book item",
"url": "https://www.google.com/search?q=book"
},
{
"category": "electronic",
"name": "home electronics",
"image": "electronic1.png",
"description": "Seems like a microwave, washer, and fridge",
"url": "https://www.google.com/search?q=electronic"
},
{
"category": "electronic",
"name": "cash register",
"image": "electronic2.png",
"description": "This is a cash register",
"url": "https://www.google.com/search?q=electronic"
},
{
"category": "game",
"name": "joy stick remote",
"image": "game1.png",
"description": "A remote with a joy stick",
"url": "https://www.google.com/search?q=game"
},
{
"category": "game",
"name": "classic game controller",
"image": "game2.png",
"description": "Looks like a Super Nintendo controller",
"url": "https://www.google.com/search?q=game"
},
{
"category": "movie",
"name": "movie thing",
"image": "movie1.png",
"description": "Lights, camera, action!",
"url": "https://www.google.com/search?q=movie"
},
{
"category": "movie",
"name": "file role",
"image": "movie2.png",
"description": "Film role with popcorn",
"url": "https://www.google.com/search?q=movie"
},
{
"category": "music",
"name": "music item",
"image": "music1.png",
"description": "Music symbols",
"url": "https://www.google.com/search?q=music"
},
{
"category": "music",
"name": "music item with star",
"image": "music2.png",
"description": "Music symbols with a star",
"url": "https://www.google.com/search?q=music"
}
]