Add Australia Post detection

main
Elbert Alias 3 years ago
parent fc92c817c2
commit 72c2b3bb68

@ -0,0 +1,3 @@
<svg width="29" height="29" viewBox="0 0 29 29" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 14.498C0 20.702 3.846 25.991 9.26 28.068V0.93C3.845 3.007 0 8.295 0 14.498ZM14.339 0C13.942 0 13.549 0.014 13.16 0.043V1.063H13.233C18.698 1.103 23.098 5.317 23.059 10.476C23.023 15.611 18.595 19.746 13.162 19.741V28.954C13.549 28.987 13.943 29 14.34 29C22.256 29 28.68 22.507 28.68 14.498C28.68 6.49 22.256 0 14.34 0H14.339Z" fill="#DC1928"/>
</svg>

After

Width:  |  Height:  |  Size: 459 B

@ -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"
}
}
}

Loading…
Cancel
Save