Add additional icons

This commit is contained in:
R. Miles McCain 2020-11-26 19:43:44 +00:00
parent e4f09b4e68
commit 4cea5d2310
No known key found for this signature in database
GPG Key ID: F1053629E2905557

View File

@ -129,6 +129,24 @@ def iconify(text):
"firefox": "firefox.com",
"opera": "opera.com",
"unknown": "example.com",
"linux": "kernel.org",
"ios": "www.apple.com",
"mac": "www.apple.com",
"macos": "www.apple.com",
"mac os x": "www.apple.com",
"android": "android.com",
"chrome os": "chrome.com",
"ubuntu": "ubuntu.com",
"fedora": "getfedora.org",
"mobile safari": "www.apple.com",
"chrome mobile ios": "chrome.com",
"chrome mobile": "chrome.com",
"samsung internet": "samsung.com",
"google": "google.com",
"chrome mobile webview": "chrome.com",
"firefox mobile": "firefox.com",
"edge mobile": "microsoft.com",
"chromium": "chromium.org"
}
domain = None