@@ -46,6 +46,26 @@ const config = {
46
46
} ,
47
47
fa : 'javascript' ,
48
48
} ,
49
+ {
50
+ name : 'Cache Cleaner' ,
51
+ github : 'cssnr/cache-cleaner' ,
52
+ url : 'https://github.com/cssnr/cache-cleaner' ,
53
+ icon : 'https://raw.githubusercontent.com/cssnr/cache-cleaner/master/src/images/logo128.png' ,
54
+ description :
55
+ 'Web Extension for Automatic Basic HTTP Authentication with many Options and Features.' ,
56
+ badges : {
57
+ Google : {
58
+ id : 'nbkhplnnajkikghffmincdbipjalpobi' ,
59
+ link : 'https://chromewebstore.google.com/detail/open-links-in-new-tab/nbkhplnnajkikghffmincdbipjalpobi' ,
60
+ } ,
61
+ Mozilla : {
62
+ id : 'cache-cleaner-addon' ,
63
+ link : 'https://addons.mozilla.org/addon/cache-cleaner-addon' ,
64
+ } ,
65
+ } ,
66
+ links : { } ,
67
+ fa : 'javascript' ,
68
+ } ,
49
69
{
50
70
name : 'Auto Auth' ,
51
71
github : 'cssnr/auto-auth' ,
@@ -63,9 +83,7 @@ const config = {
63
83
link : 'https://addons.mozilla.org/addon/auto-auth' ,
64
84
} ,
65
85
} ,
66
- links : {
67
- Website : 'https://github.com/cssnr/auto-auth' ,
68
- } ,
86
+ links : { } ,
69
87
fa : 'javascript' ,
70
88
} ,
71
89
{
@@ -426,6 +444,17 @@ const config = {
426
444
// links: {},
427
445
fa : 'typescript' ,
428
446
} ,
447
+ {
448
+ name : 'Env to/from Json' ,
449
+ github : 'cssnr/env-json-action' ,
450
+ url : 'https://github.com/cssnr/env-json-action' ,
451
+ icon : '' ,
452
+ description :
453
+ 'Convert Environment File to/from a JSON File w/ Outputs.' ,
454
+ // badges: {},
455
+ // links: {},
456
+ fa : 'javascript' ,
457
+ } ,
429
458
{
430
459
name : 'Push Artifacts' ,
431
460
github : 'cssnr/push-artifacts-action' ,
0 commit comments