From 5a828df22f23366ae01c15db1975589e574ec715 Mon Sep 17 00:00:00 2001 From: Alyssa X Date: Wed, 12 Jan 2022 19:26:05 +0100 Subject: [PATCH] Improved error checking for favicons --- src/assets/globe.svg | 6 +++--- src/content.js | 2 +- src/manifest.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/assets/globe.svg b/src/assets/globe.svg index 3cc309a..ad4a56d 100644 --- a/src/assets/globe.svg +++ b/src/assets/globe.svg @@ -1,5 +1,5 @@ - - - + + + diff --git a/src/content.js b/src/content.js index 1de7a1a..0e70ccd 100644 --- a/src/content.js +++ b/src/content.js @@ -25,7 +25,7 @@ $(document).ready(function(){ }); keys += ""; } - var img = "favicon"; + var img = "favicon"; if (action.emoji) { img = ""+action.emojiChar+"" } diff --git a/src/manifest.json b/src/manifest.json index c2b17cd..c38449f 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "name": "Omni", "description": "Supercharge Chrome with commands, shortcuts, and more", "offline_enabled": true, - "version": "1.1.0", + "version": "1.1.1", "manifest_version": 3, "action": { "icons": {