Files
www/public/funding.json

78 lines
2.8 KiB
JSON

{
"version": "v1.0.0",
"entity": {
"type": "individual",
"role": "owner",
"name": "Mauro",
"email": "funding@zen-browser.app",
"description": "Im the developer of Zen, a firefox fork with a focus on UI/UX. 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. Zen is built on the latest Firefox engine, providing speed, privacy, and security while offering our unique features and experience.",
"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 good place for monthly funding to support ongoing development.",
"url": "https://www.patreon.com/zen_browser",
"type": "payment-provider"
},
{
"guid": "ko-fi",
"name": "Ko-fi",
"description": "Ko-fi is a platform that allows supporters to make one-time donations to support the project.",
"url": "https://ko-fi.com/zen_browser",
"type": "payment-provider"
},
{
"guid": "github-sponsors",
"name": "GitHub Sponsors",
"description": "GitHub Sponsors is a platform that allows supporters to make monthly donations to support the project.",
"url": "https://github.com/sponsors/zen-browser",
"type": "payment-provider"
}
],
"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": 500,
"currency": "EUR",
"frequency": "yearly",
"channels": ["patreon", "ko-fi", "github-sponsors"]
},
{
"guid": "angel-plan",
"status": "active",
"name": "Goodwill plan",
"description": "Pay anything you wish to show your goodwill for the project and for ongoing development.",
"amount": 0,
"currency": "EUR",
"frequency": "one-time",
"channels": ["patreon", "ko-fi", "github-sponsors"]
}
]
}
}