diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..cb3e686 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +# These are supported funding model platforms + +github: oae diff --git a/resources/metadata.json b/resources/metadata.json index b588a74..9c24eaf 100644 --- a/resources/metadata.json +++ b/resources/metadata.json @@ -3,7 +3,10 @@ "description": "Sync all extensions and their configurations across all gnome instances", "uuid": "extensions-sync@elhan.io", "version": 999, + "donations": { + "github": "oae" + }, "settings-schema": "org.gnome.shell.extensions.extensions-sync", "url": "https://github.com/oae/gnome-shell-extensions-sync", - "shell-version": ["42", "43"] + "shell-version": ["42", "43", "44"] }