forked from KindaBrazy/LynxHub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnotifications.json
More file actions
60 lines (60 loc) · 1.81 KB
/
notifications.json
File metadata and controls
60 lines (60 loc) · 1.81 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
[
{
"$schema": "./notifications.schema.json",
"id": "new-extension_hw-monitor",
"title": "Hardware Monitor",
"icon": "https://raw.githubusercontent.com/KindaBrazy/LynxHub-Hardware-Monitor/refs/heads/compiled/resources/icon.png",
"description": [
{
"text": "Just dropped a new extension: Hardware Monitor!",
"color": "success"
},
{
"text": "It's super easy to keep tabs on your computer's CPU, GPU, and Memory usage, all from your LynxHub status bar. Plus, you can tweak it however you like."
},
{
"text": "Quick note: This one needs the .NET 8 runtime, and if some numbers aren't popping up, try running LynxHub as an administrator.",
"color": "warning"
},
{
"text": "Currently, it's just for Windows, but Linux support is coming soon!"
}
],
"buttons": [
{
"title": "🧩 Extensions",
"destination": "extensions"
}
]
},
{
"id": "welcome_lh_v3",
"title": "Welcome to LynxHub Version 3!",
"titleColor": "success",
"icon": "https://raw.githubusercontent.com/KindaBrazy/LynxHub/refs/heads/master/resources/icon.png",
"description": [
{
"text": "I hope you enjoy LynxHub v3's new features! Thanks for staying with the app. I hope it keeps being useful to you."
}
]
},
{
"id": "collect_errors",
"title": "Help Improve LynxHub!",
"icon": "🪲",
"description": [
{
"text": "From Version 3, LynxHub will collect anonymous error reports. This helps me fix critical bugs and make the app better for you."
},
{
"text": "You can turn this on or off anytime in the Settings."
}
],
"buttons": [
{
"title": "⚙️ Settings",
"destination": "settings"
}
]
}
]