aboutsummaryrefslogtreecommitdiff
path: root/extension/manifest.json
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2020-09-27 21:05:11 +0200
committerRuben Beltran del Rio <ruben@unlimited.pizza>2020-09-27 21:05:11 +0200
commiteaca9f28abdf3e3ac9571498fb6c39ca2986ee77 (patch)
tree8bba2ae394f6342827c5724cfd86443fe87da35e /extension/manifest.json
parentd4fb48eb3793a93a8726652692b68592333dd778 (diff)
Update build to use content script
Diffstat (limited to 'extension/manifest.json')
-rw-r--r--extension/manifest.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/manifest.json b/extension/manifest.json
index 3274b00..2a5723a 100644
--- a/extension/manifest.json
+++ b/extension/manifest.json
@@ -13,7 +13,7 @@
},
"background": {
- "scripts": ["build/junction.js"]
+ "scripts": ["junction.js"]
},
"browser_action": {