From f332ae99e74de8707723fed89a367a9f1ce0501d Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Tue, 22 Feb 2022 11:19:35 +1100 Subject: [PATCH] Add USPS detection --- src/drivers/webextension/images/icons/USPS.svg | 13 +++++++++++++ src/technologies/u.json | 15 ++++++++++++++- 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 src/drivers/webextension/images/icons/USPS.svg diff --git a/src/drivers/webextension/images/icons/USPS.svg b/src/drivers/webextension/images/icons/USPS.svg new file mode 100644 index 000000000..480ba812f --- /dev/null +++ b/src/drivers/webextension/images/icons/USPS.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/src/technologies/u.json b/src/technologies/u.json index d9e2381aa..1dbe6fadf 100644 --- a/src/technologies/u.json +++ b/src/technologies/u.json @@ -88,6 +88,19 @@ ], "website": "https://www.ups.com" }, + "USPS": { + "cats": [ + 99 + ], + "description": "The United States Postal Service (USPS) is an independent agency of the executive branch of the United States federal government responsible for providing postal service in the United States.", + "icon": "USPS.svg", + "requiresCategory": 6, + "text": [ + "\\bUSPS\\b", + "\\bUnited States Postal Service\\b" + ], + "website": "https://www.usps.com" + }, "USWDS": { "cats": [ 18 @@ -661,4 +674,4 @@ }, "website": "https://user.com" } -} \ No newline at end of file +}