Don't populate Omni on page load

This commit is contained in:
Alyssa X 2022-01-18 13:26:07 +00:00
parent 9634fd87cd
commit 412464b7d7
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -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": {