mirror of
https://github.com/alyssaxuu/omni.git
synced 2026-03-11 08:54:35 +00:00
Don't populate Omni on page load
This commit is contained in:
parent
9634fd87cd
commit
412464b7d7
2 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue