chore: adjust storge import paths

This commit is contained in:
kyranjamie
2021-05-26 12:21:13 +02:00
committed by kyranjamie
parent 482099abc8
commit c307f4242e
7 changed files with 12 additions and 11 deletions

View File

@@ -32,7 +32,7 @@ const manifest = {
},
content_scripts: [
{
js: ['message-bus.js'],
js: ['content-script.js'],
matches: ['*://*/*'],
},
],