forked from noctalia-dev/noctalia-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathregistry.json
More file actions
37 lines (37 loc) · 1.09 KB
/
registry.json
File metadata and controls
37 lines (37 loc) · 1.09 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
{
"version": 1,
"plugins": [
{
"id": "update-count-freedom",
"name": "Update Widget",
"version": "1.0.14",
"official": false,
"author": "Freedom",
"description": "Checks for system updates and shows the update count. Click to run update command in a terminal. Forked from BukoMoon",
"repository": "https://github.com/Freedom9339/noctalia-plugins",
"minNoctaliaVersion": "3.6.0",
"license": "GPLv3",
"tags": [
"Bar",
"System"
],
"lastUpdated": "2026-03-05T21:01:51-05:00"
},
{
"id": "firefox-launcher",
"name": "Firefox Launcher",
"version": "1.0.4",
"official": false,
"author": "Freedom",
"description": "A Firefox launcher button. Click to open Firefox, right-click for New Window, New Private Window, and Settings.",
"repository": "https://github.com/Freedom9339/noctalia-plugins",
"minNoctaliaVersion": "3.6.0",
"license": "GPLv3",
"tags": [
"Bar",
"Launcher"
],
"lastUpdated": "2026-03-09T00:00:00-05:00"
}
]
}