diff options
Do not blacklist files
Diffstat (limited to 'app/manifest.json')
-rw-r--r-- | app/manifest.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/manifest.json b/app/manifest.json index edc4d7162..591a07d0d 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -56,7 +56,6 @@ { "run_at": "document_start", "matches": [ - "file://*/*", "http://*/*", "https://*/*" ], |