Skip to content

Commit

Permalink
feat: add funding options and donations to metadata.json
Browse files Browse the repository at this point in the history
- Added funding options and donation links to the metadata.json file.
- Updated the version number to 6 in the metadata.json file.
- Removed the QuickSettingsMenu unused import in the indicator.js file.
  • Loading branch information
diegodario88 committed Oct 12, 2023
1 parent 3905a03 commit 70d7544
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
13 changes: 13 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# These are supported funding model platforms

github: diegodario88
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: diegodario
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
1 change: 0 additions & 1 deletion snx-vpn-indicator@diegodario88.github.io/indicator.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import GObject from 'gi://GObject';
import * as Main from 'resource:///org/gnome/shell/ui/main.js';
import {
QuickSettingsMenu,
SystemIndicator
} from 'resource:///org/gnome/shell/ui/quickSettings.js';
import { SnxToggle } from './toggle.js';
Expand Down
8 changes: 6 additions & 2 deletions snx-vpn-indicator@diegodario88.github.io/metadata.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"uuid": "snx-vpn-indicator@diegodario88.github.io",
"version": 5,
"version": 6,
"shell-version": [ "45" ],
"url": "https://github.com/diegodario88/snx-vpn-indicator",
"name": "SNX VPN Indicator",
"description": "This extension adds VPN functionality to the quickSettings by integrating the SSL Network Extender (SNX CLI) client",
"gettext-domain": "snx-indicator"
"gettext-domain": "snx-indicator",
"donations": {
"github": "diegodario88",
"kofi": "diegodario"
}
}

0 comments on commit 70d7544

Please sign in to comment.