From b28ab4296d7f38bb847562866d06fdd21c473afb Mon Sep 17 00:00:00 2001 From: Ivailo Hristov Date: Sun, 13 Oct 2019 19:22:15 +0300 Subject: [PATCH 1/5] Detect NitroPack as cache tool --- src/apps.json | 10 + src/icons/NitroPack.svg | 1340 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 1350 insertions(+) create mode 100644 src/icons/NitroPack.svg diff --git a/src/apps.json b/src/apps.json index 7097b0faf..9bfc6c0b6 100644 --- a/src/apps.json +++ b/src/apps.json @@ -13676,6 +13676,16 @@ "icon": "TencentWaterproofWall.png", "script": "/TCaptcha\\.js", "website": "https://007.qq.com/" + }, + "NitroPack": { + "cats": [ + 23 + ], + "icon": "NitroPack.svg", + "meta": { + "generator": "NitroPack" + }, + "website": "https://nitropack.io/" } }, "categories": { diff --git a/src/icons/NitroPack.svg b/src/icons/NitroPack.svg new file mode 100644 index 000000000..ebc11b92e --- /dev/null +++ b/src/icons/NitroPack.svg @@ -0,0 +1,1340 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 9d80cf58f375dce4d85c57319b47c06048eccd0f Mon Sep 17 00:00:00 2001 From: Ivailo Hristov Date: Fri, 21 Aug 2020 14:41:55 +0300 Subject: [PATCH 2/5] Fix an issue with conflict resolution after merging with upstream --- src/apps.json | 72 --------------------------------------------------- 1 file changed, 72 deletions(-) diff --git a/src/apps.json b/src/apps.json index 7e433ee5d..aab33cef0 100644 --- a/src/apps.json +++ b/src/apps.json @@ -15302,78 +15302,6 @@ }, "website": "https://www.xt-commerce.com" }, - "Yepcomm": { - "cats": [ - 6 - ], - "icon": "yepcomm.png", - "meta": { - "copyright": "Yepcomm Tecnologia", - "author": "Yepcomm Tecnologia" - }, - "website": "https://www.yepcomm.com.br" - }, - "Halo": { - "cats": [ - 1, - 11 - ], - "icon": "Halo.svg", - "meta": { - "generator": "Halo ([\\d.]+)?\\;version:\\1" - }, - "implies": "Java", - "website": "https://halo.run" - }, - "Rocket": { - "cats": [ - 1, - 6 - ], - "headers": { - "x-powered-by": "^Rocket=https://rocketcms.io/" - }, - "icon": "Rocket.svg", - "implies": [ - "webpack", - "Node.js", - "MySQL", - "Less" - ], - "website": "https://rocketcms.io" - }, - "Zipkin": { - "cats": [ - 10 - ], - "headers": { - "X-B3-TraceId": "", - "X-B3-SpanId": "", - "X-B3-ParentSpanId": "", - "X-B3-Sampled": "", - "X-B3-Flags": "" - }, - "icon": "Zipkin.png", - "website": "https://zipkin.io/" - }, - "RX Web Server": { - "cats": [ - 22 - ], - "headers": { - "X-Powered-By": "RX-WEB" - }, - "icon": "RXWeb.svg", - "website": "http://developers.rokitax.co.uk/projects/rxweb" - }, - "Tencent Waterproof Wall": { - "cats": [ - 9 - ], - "icon": "TencentWaterproofWall.png", - "script": "/TCaptcha\\.js", - "website": "https://007.qq.com/" - }, "NitroPack": { "cats": [ 23 From 01dd2045d4411315d32193a79e26465b1b035d91 Mon Sep 17 00:00:00 2001 From: Ivailo Hristov Date: Fri, 21 Aug 2020 14:59:34 +0300 Subject: [PATCH 3/5] Move NitroPack's icon to the new location --- src/{ => drivers/webextension/images}/icons/NitroPack.svg | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/{ => drivers/webextension/images}/icons/NitroPack.svg (100%) diff --git a/src/icons/NitroPack.svg b/src/drivers/webextension/images/icons/NitroPack.svg similarity index 100% rename from src/icons/NitroPack.svg rename to src/drivers/webextension/images/icons/NitroPack.svg From 9cbbc2f329ddb6ae5ec2391e3077b414f431cd9e Mon Sep 17 00:00:00 2001 From: Ivailo Hristov Date: Wed, 2 Sep 2020 16:00:04 +0300 Subject: [PATCH 4/5] Add description for NitroPack --- src/apps.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apps.json b/src/apps.json index aab33cef0..bcbb15291 100644 --- a/src/apps.json +++ b/src/apps.json @@ -15307,6 +15307,7 @@ 23 ], "icon": "NitroPack.svg", + "description": "Creates optimized HTML cache for fast page loading experience", "meta": { "generator": "NitroPack" }, From 972b2e8ab78a9b4612f1742384d8a8ff34942489 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Thu, 3 Sep 2020 07:02:32 +1000 Subject: [PATCH 5/5] Update apps.json --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index bcbb15291..0ad3c03fd 100644 --- a/src/apps.json +++ b/src/apps.json @@ -15307,7 +15307,7 @@ 23 ], "icon": "NitroPack.svg", - "description": "Creates optimized HTML cache for fast page loading experience", + "description": "NitroPack creates optimized HTML cache for fast page loading experience.", "meta": { "generator": "NitroPack" },