Skip to content

Commit 169e0b7

Browse files
Added funding.json (#98)
1 parent fb0f007 commit 169e0b7

1 file changed

Lines changed: 107 additions & 0 deletions

File tree

funding.json

Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
{
2+
"version": "v1.0.0",
3+
"entity": {
4+
"type": "organisation",
5+
"role": "owner",
6+
"name": "Mubarak Basha",
7+
"email": "dev.mubarakbasha@gmail.com",
8+
"description": "MBCompass is a modern, free, and open-source compass and navigation app without ads, IAP, or tracking.",
9+
"webpageUrl": {
10+
"url": "https://compassmb.github.io/MBCompass-site/",
11+
"wellKnown": "https://compassmb.github.io/MBCompass-site/.well-known/funding-manifest-urls"
12+
}
13+
},
14+
"projects": [
15+
{
16+
"guid": "mbcompass-android-app",
17+
"name": "MBCompass",
18+
"description": "MBCompass is a modern, free, and open-source compass and navigation app without ads, IAP, or tracking. Built with Jetpack Compose, it supports compass and navigation features while being lightweight and simple.",
19+
"webpageUrl": {
20+
"url": "https://compassmb.github.io/MBCompass-site/",
21+
"wellKnown": "https://compassmb.github.io/MBCompass-site/.well-known/funding-manifest-urls"
22+
},
23+
"repositoryUrl": {
24+
"url": "https://github.com/CompassMB/MBCompass"
25+
},
26+
"licenses": [
27+
"spdx:GPL-3.0"
28+
],
29+
"tags": [
30+
"android",
31+
"foss",
32+
"navigation",
33+
"compass",
34+
"openstreetmap",
35+
"mobile-app",
36+
"privacy"
37+
]
38+
}
39+
],
40+
"funding": {
41+
"channels": [
42+
{
43+
"guid": "github-sponsors",
44+
"type": "payment-provider",
45+
"address": "https://github.com/sponsors/CompassMB",
46+
"description": "Support development of MBCompass via GitHub Sponsors."
47+
},
48+
{
49+
"guid": "liberapay-mbcompass",
50+
"type": "payment-provider",
51+
"address": "https://liberapay.com/MBCompass",
52+
"description": "Make a one-time or recurring contribution via LiberaPay."
53+
}
54+
],
55+
"plans": [
56+
{
57+
"guid": "android-publishing-mbcompass",
58+
"status": "active",
59+
"name": "Support MBCompass to be available on Google Play",
60+
"description": "Help MBCompass reach Google Play and ensure ongoing maintenance with new features such as GPS speedometer, location waypoints, and more.",
61+
"amount": 10000,
62+
"currency": "INR",
63+
"frequency": "one-time",
64+
"channels": [
65+
"github-sponsors",
66+
"liberapay-mbcompass"
67+
]
68+
},
69+
{
70+
"guid": "ios-publishing-mbcompass",
71+
"status": "active",
72+
"name": "Support MBCompass to be available on iOS",
73+
"description": "Bring MBCompass to iOS by leveraging the existing technologies the app is built with: Jetpack Compose + Kotlin, extending them to iOS through KMP + CMP.",
74+
"amount": 50000,
75+
"currency": "INR",
76+
"frequency": "one-time",
77+
"channels": [
78+
"github-sponsors",
79+
"liberapay-mbcompass"
80+
]
81+
},
82+
{
83+
"guid": "oc-sponsor",
84+
"status": "active",
85+
"name": "Larger contribution for developers",
86+
"description": "Funds 1 hour of developer work per month.",
87+
"amount": 10,
88+
"currency": "USD",
89+
"frequency": "monthly",
90+
"channels": [
91+
"github-sponsors",
92+
"liberapay-mbcompass"
93+
]
94+
}
95+
],
96+
"history": [
97+
{
98+
"year": 2024,
99+
"income": 0,
100+
"expenses": 0,
101+
"taxes": 0,
102+
"currency": "USD",
103+
"description": "MBCompass wasn't seeking funding in 2024"
104+
}
105+
]
106+
}
107+
}

0 commit comments

Comments
 (0)