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 +}