CSS injection fix

This commit is contained in:
Alyssa X 2022-01-12 18:04:32 +01:00
parent 626015302e
commit 33e0b50869
2 changed files with 2 additions and 2 deletions

View file

@ -117,7 +117,7 @@ chrome.runtime.onInstalled.addListener(function (object) {
files: [scripts[i]]
});
}
chrome.scripting.executeScript({
chrome.scripting.insertCSS({
target: {tabId: tab.id},
files: [chrome.manifest.content_scripts[0].css[1]]
});

View file

@ -2,7 +2,7 @@
"name": "Omni",
"description": "Supercharge Chrome with commands, shortcuts, and more",
"offline_enabled": true,
"version": "1.0.8",
"version": "1.0.9",
"manifest_version": 3,
"action": {
"icons": {