Skip to content

Commit

Permalink
Add a funding.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeMatt committed Nov 7, 2024
1 parent b076da9 commit 7bdf66b
Showing 1 changed file with 82 additions and 0 deletions.
82 changes: 82 additions & 0 deletions static/funding.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
{
"version": "v1.0.0",

"entity": {
"type": "individual",
"role": "owner",
"name": "Joseph Mattiello",
"email": "[email protected]",
"description": "Joseph Mattiello is the developer of Provenance EMU, an open-source emulator for Apple platforms, and maintainer of various iOS, Swift and *nix open-source packages including Hero Transition, RxReachability, SideStore, SideKit and others",
"webpageUrl": {
"url": "https://joemattiello.dev",
"wellKnown": "https://provenance-emu.com"
}
},

"projects": [{
"guid": "provenance-emu",
"name": "Provenance EMU",
"description": "An open-source vintage video game console and arcade emulator for iOS, tvOS and macOS",
"webpageUrl": {
"url": "https://provenance-emu.com"
},
"repositoryUrl": {
"url": "https://github.com/Provenance-EMU/Provenance",
"wellKnown": "https://github.com/Provenance-EMU/provenance-emu.github.io"
},
"licenses": ["spdx:GPL-3.0", "openemu"],
"tags": ["ios", "tvOS", "swift", "mobile", "emulator", "apps", "audio", "video", "gaming"]
}],

"funding": {
"channels": [{
"guid": "provenance-opencollective",
"type": "payment-provider",
"address": "https://opencollective.com/provenanceemu",
},
{
"guid": "provenance-patreon",
"type": "payment-provider",
"address": "https://patreon.com/provenance"
},
{
"guid": "joematt-venmo",
"type": "payment-provider",
"address": "@Joe-Mattiello"
}
],

"plans": [
{
"guid": "support-onetime",
"status": "active",
"name": "Onetime Supporter",
"description": "",
"amount": 0,
"currency": "USD",
"frequency": "one-time",
"channels": ["provenance-opencollective", "joematt-venmo", "provenance-patreon"]
}
{
"guid": "support-monthly",
"status": "active",
"name": "Monthly Supporter",
"description": "",
"amount": 0,
"currency": "USD",
"frequency": "monthly",
"channels": ["provenance-opencollective", "joematt-venmo", "provenance-patreon"]
},
{
"guid": "support-yearly",
"status": "active",
"name": "Yearly Supporter",
"description": "",
"amount": 0,
"currency": "USD",
"frequency": "yearly",
"channels": ["provenance-opencollective", "joematt-venmo", "provenance-patreon"]
}
]
}
}

0 comments on commit 7bdf66b

Please sign in to comment.