diff --git a/src/background.js b/src/background.js index a3ae02b..fe01963 100644 --- a/src/background.js +++ b/src/background.js @@ -117,6 +117,10 @@ chrome.runtime.onInstalled.addListener(function (object) { files: [scripts[i]] }); } + chrome.scripting.executeScript({ + target: {tabId: tab.id}, + files: [chrome.manifest.content_scripts[0].css[1]] + }); } // Get all windows diff --git a/src/manifest.json b/src/manifest.json index 4a82f15..16895a1 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.0.6", + "version": "1.0.7", "manifest_version": 3, "action": { "icons": {