-
Notifications
You must be signed in to change notification settings - Fork 60
/
popularApps.json
122 lines (122 loc) · 2.7 KB
/
popularApps.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"spotify": {
"img": "spotify.webp",
"name": "Spotify",
"_id": "Spotify.Spotify",
"path": "Spotify/Spotify"
},
"discord": {
"img": "discord.webp",
"name": "Discord",
"_id": "Discord.Discord",
"path": "Discord/Discord"
},
"vscode": {
"img": "code.webp",
"name": "Visual Studio Code",
"_id": "Microsoft.VisualStudioCode",
"path": "Microsoft/VisualStudioCode"
},
"vscode-insiders": {
"img": "code-insiders.webp",
"name": "Visual Studio Code - Insiders",
"_id": "Microsoft.VisualStudioCode.Insiders",
"path": "Microsoft/VisualStudioCodeInsiders"
},
"chrome": {
"img": "chrome.webp",
"name": "Google Chrome",
"_id": "Google.Chrome",
"path": "Google/Chrome"
},
"firefox": {
"img": "firefox.webp",
"name": "Mozilla Firefox",
"_id": "Mozilla.Firefox",
"path": "Mozilla/Firefox"
},
"notion": {
"img": "notion.webp",
"name": "Notion",
"_id": "Notion.Notion",
"path": "Notion/Notion"
},
"python": {
"img": "python.webp",
"name": "Python",
"_id": "Python.Python",
"path": "Python/Python"
},
"whatsapp": {
"img": "whatsapp.webp",
"name": "WhatsApp",
"_id": "WhatsApp.WhatsApp",
"path": "WhatsApp/WhatsApp"
},
"zoom": {
"img": "zoom.webp",
"name": "Zoom",
"_id": "Zoom.Zoom",
"path": "Zoom/Zoom"
},
"dropbox": {
"img": "dropbox.webp",
"name": "Dropbox",
"_id": "Dropbox.Dropbox",
"path": "Dropbox/Dropbox"
},
"npp": {
"img": "npp.webp",
"name": "Notepad++",
"_id": "Notepad++.Notepad++",
"path": "Notepad++/Notepad++"
},
"node": {
"img": "node.webp",
"name": "Node.js",
"_id": "OpenJS.NodeJS",
"path": "OpenJS/NodeJS"
},
"obsstudio": {
"img": "obs.webp",
"name": "OBS Studio",
"_id": "OBSProject.OBSStudio",
"path": "OBSProject/OBSStudio"
},
"edge": {
"img": "edge.webp",
"name": "Microsoft Edge",
"_id": "Microsoft.Edge",
"path": "Microsoft/Edge"
},
"teams": {
"img": "teams.webp",
"name": "Microsoft Teams",
"_id": "Microsoft.Teams",
"path": "Microsoft/Teams"
},
"windowsterminal": {
"img": "terminal.webp",
"name": "Windows Terminal",
"_id": "Microsoft.WindowsTerminal",
"path": "Microsoft/WindowsTerminal"
},
"eartrumpet": {
"img": "trumpet.webp",
"name": "EarTrumpet",
"_id": "File-New-Project.EarTrumpet",
"path": "File-New-Project/EarTrumpet"
},
"tweeten": {
"img": "tweeten.webp",
"name": "Tweeten",
"_id": "MehediHassan.Tweeten",
"path": "MehediHassan/Tweeten"
},
"sharex": {
"img": "sharex.webp",
"name": "ShareX",
"_id": "ShareX.ShareX",
"path": "ShareX/ShareX"
}
}