www/public/funding.json
2025-06-02 13:11:57 +12:00

70 lines
2.4 KiB
JSON

{
"version": "v1.0.0",
"entity": {
"type": "individual",
"role": "owner",
"name": "Mauro",
"email": "funding@zen-browser.com",
"description": "Im the developer of Zen Browser, a web browser that is fast, secure, and easy to use. I am passionate about creating software that makes people's lives easier and more enjoyable.",
"webpageUrl": {
"url": "https://cheff.dev",
"wellKnown": "https://cheff.dev/.well-known/funding-manifest-urls"
}
},
"projects": [
{
"guid": "zen-browser",
"name": "Zen",
"description": "Zen is a beautiful, fast, and productive web browser. It is designed to be packed with features that make it easy to use and navigate. Zen is built on the latest Firefox engine, providing speed, privacy, and security.",
"webpageUrl": {
"url": "https://zen-browser.app"
},
"repositoryUrl": {
"url": "https://github.com/zen-browser/desktop",
"wellKnown": "https://github.com/zen-browser/desktop/blob/dev/.well-known/funding-manifest-urls"
},
"licenses": ["MPL-2.0"],
"tags": ["browser", "web", "desktop", "open-source"]
}
],
"funding": {
"channels": [
{
"guid": "patreon",
"name": "Patreon",
"description": "Patreon is a membership platform that makes it easy for artists and creators to get paid.",
"url": "https://www.patreon.com/zen_browser",
"type": "other"
},
{
"guid": "ko-fi",
"name": "Ko-fi",
"description": "Ko-fi is a platform that allows creators to receive donations from their fans.",
"url": "https://ko-fi.com/zen_browser",
"type": "other"
}
],
"plans": [
{
"guid": "licenses-and-hosting",
"status": "active",
"name": "Licenses and hosting",
"description": "Help me pay for the licenses and hosting of the project. This includes self-hosting build servers, cloudflare services, and software licenses.",
"amount": 420,
"currency": "EUR",
"frequency": "yearly",
"channels": ["patreon", "ko-fi"]
},
{
"guid": "angel-plan",
"status": "active",
"name": "Goodwill plan",
"description": "Pay anything you wish to show your goodwill for the project.",
"amount": 0,
"currency": "EUR",
"frequency": "one-time",
"channels": ["patreon", "ko-fi"]
}
]
}
}