From f3a43e14c1b98a24fef50c20afd415ca68197991 Mon Sep 17 00:00:00 2001 From: Oliver Blanthorn Date: Sun, 17 May 2026 13:43:47 +0200 Subject: [PATCH] Add funding.json for floss.fund --- funding.json | 111 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 111 insertions(+) create mode 100644 funding.json diff --git a/funding.json b/funding.json new file mode 100644 index 00000000..5168a8b3 --- /dev/null +++ b/funding.json @@ -0,0 +1,111 @@ +{ + "$schema": "https://fundingjson.org/schema/v1.1.0.json", + "version": "v1.1.0", + + "entity": { + "type": "individual", + "role": "owner", + "name": "Oliver Blanthorn", + "email": "freedom4cows@gmail.com", + "description": "Creator and maintainer of Tridactyl, a popular vim-like web extension for Firefox, and various open-data/geospatial projects.", + "webpageUrl": { + "url": "https://github.com/bovine3dom" + } + }, + + "projects": [ + { + "guid": "tridactyl", + "name": "Tridactyl", + "description": "A popular vim-like web extension for Firefox, spiritual successor to Vimperator/Pentadactyl", + "webpageUrl": { + "url": "https://github.com/tridactyl/tridactyl" + }, + "repositoryUrl": { + "url": "https://github.com/tridactyl/tridactyl" + }, + "licenses": ["spdx:Apache-2.0"], + "tags": ["browser-extensions", "developer-tools"] + } + ], + + "funding": { + "channels": [ + { + "guid": "github", + "type": "payment-provider", + "address": "https://github.com/bovine3dom/sponsors", + "description": "For most people, the most efficient way of funding me - Microsoft covers all card/exchange fees" + }, + { + "guid": "liberapay", + "type": "payment-provider", + "address": "https://liberapay.com/bovine3dom" + }, + { + "guid": "bank", + "type": "cash", + "address": "freedom4cows@gmail.com", + "description": "Contact me directly for my IBAN/BIC" + }, + { + "guid": "revolut", + "type": "payment-provider", + "address": "https://revolut.me/oab" + }, + { + "guid": "crypto", + "type": "other", + "address": "freedom4cows@gmail.com", + "description": "Contact me directly for crypto donations because there are too many different coins to list :)" + }, + { + "guid": "paypal", + "type": "payment-provider", + "address": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7JQHV4N2YZCTY", + "description": "NB: I only receive ~80% of the income after fees" + }, + { + "guid": "patreon", + "type": "payment-provider", + "address": "https://patreon.com/tridactyl", + "description": "NB: I only receive ~60% of the income after fees and forced VAT" + } + ], + + "plans": [{ + "guid": "feedme", + "status": "active", + "name": "Monthly donations", + "description": "Most of my living costs are monthly and so monthly donations massively help me to plan", + "amount": 0, + "currency": "EUR", + "frequency": "monthly", + "channels": ["github", "liberapay", "bank", "crypto", "revolut", "paypal", "patreon"] + }], + + "history": [ + { + "year": 2023, + "income": 4200, + "taxes": 1000, + "currency": "EUR", + "description": "Approximate" + }, + { + "year": 2024, + "income": 6500, + "taxes": 1500, + "currency": "EUR", + "description": "Approximate" + }, + { + "year": 2025, + "income": 5800, + "taxes": 1400, + "currency": "EUR", + "description": "Approximate" + } + ] + } +}