From 691afc3329784d38e13078bc7e59755ebd23e4cd Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 28 Jun 2022 11:44:03 +0900 Subject: [PATCH 1/2] Add PWA detection --- src/drivers/webextension/images/icons/PWA.svg | 12 ++++++++++++ src/technologies/p.json | 11 ++++++++++- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 src/drivers/webextension/images/icons/PWA.svg diff --git a/src/drivers/webextension/images/icons/PWA.svg b/src/drivers/webextension/images/icons/PWA.svg new file mode 100644 index 000000000..3d48a6639 --- /dev/null +++ b/src/drivers/webextension/images/icons/PWA.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/src/technologies/p.json b/src/technologies/p.json index 8ac146d7c..8f2d266e7 100644 --- a/src/technologies/p.json +++ b/src/technologies/p.json @@ -131,6 +131,15 @@ "scriptSrc": "www\\.powr\\.io/powr\\.js", "website": "https://www.powr.io" }, + "PWA": { + "cats": [ + 68 + ], + "description": "Progressive Web Apps (PWAs) are web apps built and enhanced with modern APIs to deliver enhanced capabilities, reliability, and installability while reaching anyone, anywhere, on any device, all with a single codebase.", + "icon": "PWA.svg", + "dom": "link[rel='manifest']", + "website": "https://web.dev/progressive-web-apps/" + }, "PWA Studio": { "cats": [ 6 @@ -2979,4 +2988,4 @@ }, "website": "http://punbb.informer.com" } -} \ No newline at end of file +} From 6265d8219ca811a0681498325b4e34bd21e72783 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 28 Jun 2022 15:37:55 +0900 Subject: [PATCH 2/2] Change PWA category --- src/technologies/p.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/p.json b/src/technologies/p.json index 8f2d266e7..047b30ad7 100644 --- a/src/technologies/p.json +++ b/src/technologies/p.json @@ -133,7 +133,7 @@ }, "PWA": { "cats": [ - 68 + 19 ], "description": "Progressive Web Apps (PWAs) are web apps built and enhanced with modern APIs to deliver enhanced capabilities, reliability, and installability while reaching anyone, anywhere, on any device, all with a single codebase.", "icon": "PWA.svg",