diff options
| -rw-r--r-- | manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 43a1668a..4d841254 100644 --- a/manifest.json +++ b/manifest.json @@ -9,7 +9,7 @@ ], "content_scripts": [ { - "matches": ["http://*/*", "https://*/*"], + "matches": ["http://*/*", "https://*/*", "file://*/*" ], "js": ["lib/keyboardUtils.js", "lib/clipboard.js", "linkHints.js", |
