diff --git a/src/content.js b/src/content.js index a661d52..bb772ff 100644 --- a/src/content.js +++ b/src/content.js @@ -20,7 +20,6 @@ $(document).ready(() => { // Request actions from the background chrome.runtime.sendMessage({request:"get-actions"}, (response) => { actions = response.actions; - populateOmni(); }); // New tab page workaround diff --git a/src/manifest.json b/src/manifest.json index f6336f0..815e31c 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.4.2", + "version": "1.4.3", "manifest_version": 3, "action": { "icons": {