diff --git a/source/Ox/js/String.js b/source/Ox/js/String.js index a07accd8..c0a38d9e 100644 --- a/source/Ox/js/String.js +++ b/source/Ox/js/String.js @@ -302,6 +302,7 @@ Ox.parseUserAgent = function(userAgent) { /(Camino)\/(\d+)/, /(chromeframe)\/(\d+)/, /(Chrome)\/(\d+)/, + /(Edge)\/(\d+)/, /(Epiphany)\/(\d+)/, /(Firefox)\/(\d+)/, /(Galeon)\/(\d+)/, diff --git a/source/UI/png/browserEdge128.png b/source/UI/png/browserEdge128.png new file mode 100644 index 00000000..a9c2e939 Binary files /dev/null and b/source/UI/png/browserEdge128.png differ