diff --git a/README.md b/README.md
index 98cc27e..39ac0f9 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,25 @@ Please add your requests in the issues preferably with links to the vector files
---
### Latest logos
+## esbuild
+
+## Parcel
+
+
+## PWA
+
+## Rome
+
+
+## Snowpack
+
+## SWC
+
+## Terser
+
+
+## Vite
+
## Discord


@@ -114,22 +133,6 @@ Please add your requests in the issues preferably with links to the vector files

## Google Home

-## Google Keep
-
-## Google Maps
-
-## Google Meet
-
-## Google One
-
-## Google Optimize
-
-## Google Photos
-
-## Google Tag Manager
-
-## Lighthouse
-
---
diff --git a/logos.json b/logos.json
index 6d9d971..0f94b85 100644
--- a/logos.json
+++ b/logos.json
@@ -2356,6 +2356,14 @@
"es6.svg"
]
},
+ {
+ "name": "esbuild",
+ "shortname": "esbuild",
+ "url": "https://esbuild.github.io/",
+ "files": [
+ "esbuild.svg"
+ ]
+ },
{
"name": "ESDoc",
"shortname": "esdoc",
@@ -5495,6 +5503,15 @@
"panda.svg"
]
},
+ {
+ "name": "Parcel",
+ "shortname": "parcel",
+ "url": "https://parceljs.org/",
+ "files": [
+ "parcel-icon.svg",
+ "parcel.svg"
+ ]
+ },
{
"name": "Parse",
"shortname": "parse",
@@ -6002,6 +6019,14 @@
"pusher.svg"
]
},
+ {
+ "name": "PWA",
+ "shortname": "pwa",
+ "url": "https://web.dev/progressive-web-apps/",
+ "files": [
+ "pwa.svg"
+ ]
+ },
{
"name": "PyCharm",
"shortname": "pycharm",
@@ -6386,6 +6411,15 @@
"rollupjs.svg"
]
},
+ {
+ "name": "Rome",
+ "shortname": "rome",
+ "url": "https://rome.tools/",
+ "files": [
+ "rome-icon.svg",
+ "rome.svg"
+ ]
+ },
{
"name": "RSA",
"shortname": "rsa",
@@ -6843,6 +6877,14 @@
"snap-svg.svg"
]
},
+ {
+ "name": "Snowpack",
+ "shortname": "snowpack",
+ "url": "https://www.snowpack.dev/",
+ "files": [
+ "snowpack.svg"
+ ]
+ },
{
"name": "Snupps",
"shortname": "snupps",
@@ -7274,6 +7316,14 @@
"swagger.svg"
]
},
+ {
+ "name": "SWC",
+ "shortname": "swc",
+ "url": "https://swc.rs/",
+ "files": [
+ "swc.svg"
+ ]
+ },
{
"name": "Swift",
"shortname": "swift",
@@ -7433,6 +7483,15 @@
"terraform.svg"
]
},
+ {
+ "name": "Terser",
+ "shortname": "terser",
+ "url": "https://terser.org/",
+ "files": [
+ "terser-icon.svg",
+ "terser.svg"
+ ]
+ },
{
"name": "TestLodge",
"shortname": "testlodge",
@@ -7883,6 +7942,14 @@
"visual-studio-code.svg"
]
},
+ {
+ "name": "Vite",
+ "shortname": "vitejs",
+ "url": "https://vitejs.dev/",
+ "files": [
+ "vitejs.svg"
+ ]
+ },
{
"name": "Vivaldi",
"shortname": "vivaldi",
diff --git a/logos/esbuild.svg b/logos/esbuild.svg
new file mode 100644
index 0000000..2f64936
--- /dev/null
+++ b/logos/esbuild.svg
@@ -0,0 +1,7 @@
+
+
\ No newline at end of file
diff --git a/logos/parcel-icon.svg b/logos/parcel-icon.svg
new file mode 100644
index 0000000..42892c4
--- /dev/null
+++ b/logos/parcel-icon.svg
@@ -0,0 +1,112 @@
+
+
\ No newline at end of file
diff --git a/logos/parcel.svg b/logos/parcel.svg
new file mode 100644
index 0000000..795cfde
--- /dev/null
+++ b/logos/parcel.svg
@@ -0,0 +1,6 @@
+
+
\ No newline at end of file
diff --git a/logos/pwa.svg b/logos/pwa.svg
new file mode 100644
index 0000000..d0dd1eb
--- /dev/null
+++ b/logos/pwa.svg
@@ -0,0 +1,8 @@
+
+
\ No newline at end of file
diff --git a/logos/rome-icon.svg b/logos/rome-icon.svg
new file mode 100644
index 0000000..d1cc067
--- /dev/null
+++ b/logos/rome-icon.svg
@@ -0,0 +1,7 @@
+
+
\ No newline at end of file
diff --git a/logos/rome.svg b/logos/rome.svg
new file mode 100644
index 0000000..a6e6473
--- /dev/null
+++ b/logos/rome.svg
@@ -0,0 +1,10 @@
+
+
\ No newline at end of file
diff --git a/logos/snowpack.svg b/logos/snowpack.svg
new file mode 100644
index 0000000..9d6dbee
--- /dev/null
+++ b/logos/snowpack.svg
@@ -0,0 +1,6 @@
+
+
\ No newline at end of file
diff --git a/logos/swc.svg b/logos/swc.svg
new file mode 100644
index 0000000..bd51c58
--- /dev/null
+++ b/logos/swc.svg
@@ -0,0 +1,15 @@
+
+
\ No newline at end of file
diff --git a/logos/terser-icon.svg b/logos/terser-icon.svg
new file mode 100644
index 0000000..a952b9d
--- /dev/null
+++ b/logos/terser-icon.svg
@@ -0,0 +1,12 @@
+
+
\ No newline at end of file
diff --git a/logos/terser.svg b/logos/terser.svg
new file mode 100644
index 0000000..edab3d8
--- /dev/null
+++ b/logos/terser.svg
@@ -0,0 +1,27 @@
+
+
\ No newline at end of file
diff --git a/logos/vitejs.svg b/logos/vitejs.svg
new file mode 100644
index 0000000..7ac5068
--- /dev/null
+++ b/logos/vitejs.svg
@@ -0,0 +1,18 @@
+
+
\ No newline at end of file