aboutsummaryrefslogtreecommitdiffstats
path: root/extension/manifest.json
diff options
context:
space:
mode:
authorOmar Rizwan <omar.rizwan@gmail.com>2020-10-29 15:56:57 -0700
committerOmar Rizwan <omar.rizwan@gmail.com>2020-10-29 15:56:57 -0700
commit76efd118e00ef7bad767563c3e60cb39c6ff932f (patch)
treec7b7a25da9379d6aeeb3b80ef59f25db0c45bd37 /extension/manifest.json
parent5ed6379687ff5273cbf9b5629a872d6b8aeaa36d (diff)
fix file reads! (substr by offset/size). remove browser action
Diffstat (limited to 'extension/manifest.json')
-rw-r--r--extension/manifest.json2
1 files changed, 0 insertions, 2 deletions
diff --git a/extension/manifest.json b/extension/manifest.json
index 449df14..614a6ac 100644
--- a/extension/manifest.json
+++ b/extension/manifest.json
@@ -11,8 +11,6 @@
"*://*/*"
],
- "browser_action": {},
-
"background": {
"scripts": ["vendor/browser-polyfill.js", "background.js"],
"persistent": true