diff --git a/manifest.json b/manifest.json index 0f81e7c..30277cc 100644 --- a/manifest.json +++ b/manifest.json @@ -17,7 +17,8 @@ } ], "background": { - "service_worker": "background.js" + "service_worker": "background.js", + "scripts": ["background.js"] }, "permissions": ["tabs", "webNavigation"], "host_permissions": ["*://*.github.com/*", "*://github.com/*"],