diff --git a/src/drivers/webextension/images/icons/AusPost.svg b/src/drivers/webextension/images/icons/AusPost.svg new file mode 100644 index 000000000..3f42eba70 --- /dev/null +++ b/src/drivers/webextension/images/icons/AusPost.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/technologies/a.json b/src/technologies/a.json index 2b8874cff..ed13c2a55 100644 --- a/src/technologies/a.json +++ b/src/technologies/a.json @@ -3873,5 +3873,18 @@ "icon": "augmented-ui.png", "oss": true, "website": "http://augmented-ui.com" + }, + "Australia Post": { + "cats": [ + 99 + ], + "description": "Australia Post is the government business enterprise that provides postal services in Australia.", + "icon": "AusPost.svg", + "requiresCategory": 6, + "text": [ + "\\bAusPost\\b", + "\\bAustralia Post\\b" + ], + "website": "https://auspost.com.au" } -} \ No newline at end of file +}