|
149 | 149 | "icon": "supabase", |
150 | 150 | "color": "#3ecf8e" |
151 | 151 | }, |
| 152 | + { |
| 153 | + "title": "Appwrite", |
| 154 | + "url": "https://appwrite.io", |
| 155 | + "icon": "appwrite", |
| 156 | + "color": "#FD366E" |
| 157 | + }, |
152 | 158 | { |
153 | 159 | "title": "DigitalOcean", |
154 | 160 | "url": "https://www.digitalocean.com", |
|
694 | 700 | "icon": "nuxtdotjs", |
695 | 701 | "color": "#00DC82" |
696 | 702 | }, |
| 703 | + { |
| 704 | + "title": "VitePress", |
| 705 | + "url": "https://vitepress.dev", |
| 706 | + "description": "Static site generator powered by Vue.", |
| 707 | + "icon": "vitepress", |
| 708 | + "color": "#5C73E7" |
| 709 | + }, |
697 | 710 | { |
698 | 711 | "title": "Angular", |
699 | 712 | "url": "https://angular.io", |
|
1006 | 1019 | "icon": "createreactapp", |
1007 | 1020 | "color": "#09D3AC" |
1008 | 1021 | }, |
| 1022 | + { |
| 1023 | + "title": "void(0)", |
| 1024 | + "url": "https://voidzero.dev", |
| 1025 | + "description": "A universal build chain from the creators of Vite." |
| 1026 | + }, |
1009 | 1027 | { |
1010 | 1028 | "title": "Biome", |
1011 | 1029 | "url": "https://biomejs.dev", |
|
1064 | 1082 | "icon": "eslint", |
1065 | 1083 | "color": "#4B32C3" |
1066 | 1084 | }, |
| 1085 | + { |
| 1086 | + "title": "Cypress", |
| 1087 | + "url": "https://www.cypress.io", |
| 1088 | + "description": "Library for test automation.", |
| 1089 | + "icon": "cypress", |
| 1090 | + "color": "#69D3A7" |
| 1091 | + }, |
1067 | 1092 | { |
1068 | 1093 | "title": "Puppeteer", |
1069 | 1094 | "url": "https://developers.google.com/web/tools/puppeteer", |
|
1706 | 1731 | "searchUrl": "https://www.canidev.tools/?q={search}", |
1707 | 1732 | "searchConcat": "+" |
1708 | 1733 | }, |
| 1734 | + { |
| 1735 | + "title": "Can I WebView...", |
| 1736 | + "url": "https://caniwebview.com", |
| 1737 | + "description": "Check system webviews for feature support.", |
| 1738 | + "searchUrl": "https://caniwebview.com/search/?s={search}", |
| 1739 | + "searchConcat": "+" |
| 1740 | + }, |
| 1741 | + { |
| 1742 | + "title": "Accessibility Support", |
| 1743 | + "url": "https://a11ysupport.io", |
| 1744 | + "description": "Will your code work with assistive technologies?" |
| 1745 | + }, |
1709 | 1746 | { |
1710 | 1747 | "title": "Web Platform Status", |
1711 | 1748 | "url": "https://webstatus.dev", |
|
0 commit comments