Skip to content

Commit 72aaa0c

Browse files
authored
Add Option to Add Host Manually (#11)
1 parent 30e6639 commit 72aaa0c

6 files changed

Lines changed: 256 additions & 325 deletions

File tree

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"props": {
3+
"data": "https://addons.mozilla.org/addon/cache-cleaner-addon",
4+
"image": "",
5+
"width": 200,
6+
"height": 200,
7+
"margin": "",
8+
"dotsOptions": { "color": "#58beec", "type": "dots" },
9+
"cornersSquareOptions": { "color": "#ee8424", "type": "dot" },
10+
"cornersDotOptions": { "color": "#ffe513", "type": "dot" },
11+
"imageOptions": { "margin": 1 },
12+
"qrOptions": { "errorCorrectionLevel": "Q" }
13+
},
14+
"style": { "borderRadius": "0px", "background": "transparent" },
15+
"frame": {
16+
"text": "Firefox Android",
17+
"position": "top",
18+
"style": {
19+
"textColor": "#ededed",
20+
"backgroundColor": "#0d1117",
21+
"borderColor": "#ababab",
22+
"borderWidth": "2px",
23+
"borderRadius": "16px",
24+
"padding": "4px"
25+
}
26+
}
27+
}

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
[![GitHub Repo Size](https://img.shields.io/github/repo-size/cssnr/auto-auth?logo=bookstack&logoColor=white&label=repo%20size)](https://github.com/cssnr/auto-auth)
1515
[![GitHub Org Stars](https://img.shields.io/github/stars/cssnr?style=flat&logo=github&logoColor=white&label=org%20stars)](https://cssnr.github.io/)
1616
[![Discord](https://img.shields.io/discord/899171661457293343?logo=discord&logoColor=white&label=discord&color=7289da)](https://discord.gg/wXy6m2X8wY)
17-
[![Support](https://img.shields.io/badge/Ko--fi-579fbf?logo=kofi&label=Support)](https://ko-fi.com/cssnr)
17+
[![Ko-fi](https://img.shields.io/badge/Ko--fi-72a5f2?logo=kofi&label=support)](https://ko-fi.com/cssnr)
1818

1919
# Auto Auth
2020

@@ -275,7 +275,7 @@ Build: [https://wiki.mozilla.org/Add-ons/Extension_Signing#Unbranded_Builds](htt
275275
Please consider making a donation to support the development of this project
276276
and [additional](https://cssnr.com/) open source projects.
277277

278-
[![Support](https://img.shields.io/badge/Ko--fi-579fbf?style=for-the-badge&logo=kofi&label=Support)](https://ko-fi.com/cssnr)
278+
[![Ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/cssnr)
279279

280280
Additionally, you can give a 5-star rating
281281
on [Google](https://chromewebstore.google.com/detail/auto-auth/gpoiggobidhogpmmlakahiaaegibnogm)
@@ -288,6 +288,8 @@ Other Web Extensions I have created and published:
288288
- [Auto Auth](https://github.com/cssnr/auto-auth?tab=readme-ov-file#readme)
289289
- [Cache Cleaner](https://github.com/cssnr/cache-cleaner?tab=readme-ov-file#readme)
290290
- [HLS Video Downloader](https://github.com/cssnr/hls-video-downloader?tab=readme-ov-file#readme)
291+
- [Zipline Extension](https://github.com/cssnr/zipline-extension?tab=readme-ov-file#readme)
292+
- [Obtainium Extension](https://github.com/cssnr/obtainium-extension?tab=readme-ov-file#readme)
291293
- [SMWC Web Extension](https://github.com/cssnr/smwc-web-extension?tab=readme-ov-file#readme)
292294
- [PlayDrift Extension](https://github.com/cssnr/playdrift-extension?tab=readme-ov-file#readme)
293295
- [ASN Plus](https://github.com/cssnr/asn-plus?tab=readme-ov-file#readme)

0 commit comments

Comments
 (0)