abouttreesummaryrefslogcommitdiff
path: root/funding.json
diff options
context:
space:
mode:
authorJules Aguillon2025-06-04 02:08:15 +0200
committerJules Aguillon2025-06-04 02:08:31 +0200
commit6f0244a29e3036e2ea25bc753e9768ac738b04c5 (patch)
tree9f4e921183f11205e3c101571ab12cab5d09056c /funding.json
parent2a50a4a129f96784af15f82c0a5d9b09d780dd61 (diff)
downloadunexpected-keyboard-6f0244a29e3036e2ea25bc753e9768ac738b04c5.tar.gz
unexpected-keyboard-6f0244a29e3036e2ea25bc753e9768ac738b04c5.zip
Add funding.json
Diffstat (limited to 'funding.json')
-rw-r--r--funding.json91
1 files changed, 91 insertions, 0 deletions
diff --git a/funding.json b/funding.json
new file mode 100644
index 0000000..d433ec1
--- /dev/null
+++ b/funding.json
@@ -0,0 +1,91 @@
+{
+ "version": "v1.0.0",
+ "entity": {
+ "type": "individual",
+ "role": "owner",
+ "name": "Julow",
+ "email": "jules@j3s.fr",
+ "description": "Open source developer and maintainer of Unexpected Keyboard.",
+ "webpageUrl": {
+ "url": "https://github.com/Julow"
+ }
+ },
+ "projects": [
+ {
+ "guid": "unexpected-keyboard",
+ "name": "Unexpected Keyboard",
+ "description": "Lightweight and privacy-conscious virtual keyboard for Android.",
+ "webpageUrl": {
+ "url": "https://github.com/Julow/Unexpected-Keyboard/"
+ },
+ "repositoryUrl": {
+ "url": "https://github.com/Julow/Unexpected-Keyboard/"
+ },
+ "licenses": [
+ "spdx:GPL-3.0",
+ "spdx:CC0-1.0"
+ ],
+ "tags": [
+ "android",
+ "mobile",
+ "privacy",
+ "productivity",
+ "programming",
+ "user-experience"
+ ]
+ }
+ ],
+ "funding": {
+ "channels": [
+ {
+ "guid": "liberapay",
+ "type": "other",
+ "address": "https://liberapay.com/Julow/",
+ "description": "Recurring donations for funding Unexpected Keyboard."
+ },
+ {
+ "guid": "github-sponsors",
+ "type": "other",
+ "address": "https://github.com/sponsors/Julow",
+ "description": "Recurring donations for funding Unexpected Keyboard."
+ },
+ {
+ "guid": "paypal",
+ "type": "other",
+ "address": "https://paypal.me/JulesAguillon",
+ "description": "One-time donations for funding Unexpected-keyboard."
+ }
+ ],
+ "plans": [
+ {
+ "guid": "fund-maintenance",
+ "status": "active",
+ "name": "Fund developer time",
+ "description": "Help the maintainers spend time on Unexpected Keyboard",
+ "amount": 0,
+ "currency": "EUR",
+ "frequency": "monthly",
+ "channels": [
+ "liberapay",
+ "github-sponsors",
+ "paypal"
+ ]
+ },
+ {
+ "guid": "one-time-contribution",
+ "status": "active",
+ "name": "Fund developer time",
+ "description": "Help the maintainers spend time on Unexpected Keyboard",
+ "amount": 0,
+ "currency": "EUR",
+ "frequency": "one-time",
+ "channels": [
+ "liberapay",
+ "github-sponsors",
+ "paypal"
+ ]
+ }
+ ],
+ "history": []
+ }
+}