Skip to content

Commit b1a4022

Browse files
committed
Add funding.json
1 parent 0cb2e4e commit b1a4022

File tree

1 file changed

+98
-0
lines changed

1 file changed

+98
-0
lines changed

public/funding.json

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
{
2+
"version": "v1.0.0",
3+
"entity": {
4+
"type": "individual",
5+
"role": "maintainer",
6+
"name": "Tobias Sterbak",
7+
"email": "[email protected]",
8+
"phone": "",
9+
"description": "Tobias Sterbak is the original developer and maintainer of OpenAndroidInstaller—a free, open source graphical installer that makes installing alternative Android distributions easy.",
10+
"webpageUrl": {
11+
"url": "https://openandroidinstaller.org/"
12+
}
13+
},
14+
"projects": [
15+
{
16+
"guid": "openandroidinstaller",
17+
"name": "OpenAndroidInstaller",
18+
"description": "A graphical installer that helps Android users install alternative distributions (such as LineageOS, /e/OS, and others) with ease.",
19+
"webpageUrl": {
20+
"url": "https://openandroidinstaller.org"
21+
},
22+
"repositoryUrl": {
23+
"url": "https://github.com/openandroidinstaller-dev/openandroidinstaller",
24+
"wellKnown": "https://github.com/openandroidinstaller-dev/openandroidinstaller/*/.well-known/funding-manifest-urls"
25+
},
26+
"licenses": [
27+
"spdx:GPL-3.0"
28+
],
29+
"tags": [
30+
"android",
31+
"installer",
32+
"open-source",
33+
"customrom",
34+
"lineageos"
35+
]
36+
}
37+
],
38+
"funding": {
39+
"channels": [
40+
{
41+
"guid": "mybank",
42+
"type": "bank",
43+
"address": "",
44+
"description": "Will accept direct bank transfers. Please e-mail me for details."
45+
},
46+
{
47+
"guid": "liberapay",
48+
"type": "payment-provider",
49+
"address": "https://liberapay.com/OpenAndroidInstaller",
50+
"description": "Support OpenAndroidInstaller via Liberapay."
51+
},
52+
{
53+
"guid": "open-collective",
54+
"type": "payment-provider",
55+
"address": "https://opencollective.com/openandroidinstaller",
56+
"description": "Support OpenAndroidInstaller via Open Collective."
57+
}
58+
],
59+
"plans": [
60+
{
61+
"guid": "developer-time",
62+
"status": "active",
63+
"name": "Developer compensation",
64+
"description": "This will cover the cost of one developer working part-time on the projects.",
65+
"amount": 1000,
66+
"currency": "EUR",
67+
"frequency": "monthly",
68+
"channels": [
69+
"mybank",
70+
"open-collective"
71+
]
72+
},
73+
{
74+
"guid": "angel-plan",
75+
"status": "active",
76+
"name": "Goodwill plan",
77+
"description": "Pay anything you wish to show your goodwill for the project.",
78+
"amount": 0,
79+
"currency": "USD",
80+
"frequency": "one-time",
81+
"channels": [
82+
"mybank",
83+
"open-collective"
84+
]
85+
}
86+
],
87+
"history": [
88+
{
89+
"year": 2022,
90+
"income": 50000,
91+
"expenses": 50000,
92+
"taxes": 0,
93+
"currency": "EUR",
94+
"description": "Received grant support from the German Federal Ministry for Education and Research (grant 01IS22S26) from September 2022 to February 2023."
95+
}
96+
]
97+
}
98+
}

0 commit comments

Comments
 (0)