From 412464b7d7c8c9a5d6f2d2a672e688c0778a6d07 Mon Sep 17 00:00:00 2001 From: Alyssa X Date: Tue, 18 Jan 2022 13:26:07 +0000 Subject: [PATCH] Don't populate Omni on page load --- src/content.js | 1 - src/manifest.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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": {