summaryrefslogtreecommitdiff
path: root/extension/manifest.json
diff options
context:
space:
mode:
authorOmar Rizwan <omar@omar.website>2021-04-20 05:07:22 -0700
committerOmar Rizwan <omar@omar.website>2021-04-20 05:07:22 -0700
commit837c0ea3adea3dbfcd5de45db7e625833fb88a89 (patch)
treee014b6bc17bc74e0a61f7f1dc08fcde7b543c6d9 /extension/manifest.json
parentb8d0f3dab2b83cc22c236ad1557ca050063b5837 (diff)
downloadTabFS-837c0ea3adea3dbfcd5de45db7e625833fb88a89.tar.gz
TabFS-837c0ea3adea3dbfcd5de45db7e625833fb88a89.zip
extension: defineFile -> routeWithContents. hot reload stuff.
add runtime/background.js route.
Diffstat (limited to 'extension/manifest.json')
-rw-r--r--extension/manifest.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/extension/manifest.json b/extension/manifest.json
index 022cf27..c94608e 100644
--- a/extension/manifest.json
+++ b/extension/manifest.json
@@ -11,6 +11,8 @@
"<all_urls>"
],
+ "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
+
"background": {
"scripts": ["vendor/browser-polyfill.js", "background.js"],
"persistent": true