-
Notifications
You must be signed in to change notification settings - Fork 205
Expand file tree
/
Copy pathapp.json
More file actions
19 lines (19 loc) · 730 Bytes
/
app.json
File metadata and controls
19 lines (19 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "bandwidth-hero-proxy",
"description":
"Data compression service that converts images to low-res WebP or JPEG on the fly. Used in Bandwidth-Hero browser extension.",
"repository": "https://github.com/ayastreb/bandwidth-hero-proxy",
"website": "https://bandwidth-hero.com",
"logo": "https://bandwidth-hero.com/favicon-96x96.png",
"keywords": ["proxy", "compression", "data saving", "compress image", "webp"],
"env": {
"LOGIN": {
"description": "If you want to password-protect your service, set your login here.",
"required": false
},
"PASSWORD": {
"description": "If you want to password-protect your service, set your password here.",
"required": false
}
}
}