gnomeExtensions: auto-update and add gnome41Extensions

This commit is contained in:
Ryan Horiguchi 2021-10-27 00:18:15 +02:00
parent 2bb795bab2
commit 050c5948fc
No known key found for this signature in database
GPG key ID: CA7EE98D45A1132A
3 changed files with 155 additions and 141 deletions

View file

@ -91,5 +91,15 @@
"wireguard-indicator@gregos.me",
"wireguard-indicator@atareao.es"
]
},
"41": {
"applications-menu": [
"apps-menu@gnome-shell-extensions.gcampax.github.com",
"Applications_Menu@rmy.pobox.com"
],
"floating-dock": [
"floatingDock@sun.wxg@gmail.com",
"floating-dock@nandoferreira_prof@hotmail.com"
]
}
}

File diff suppressed because one or more lines are too long

View file

@ -17,6 +17,7 @@ import base64
supported_versions = {
"38": "3.38",
"40": "40",
"41": "41",
}