diff options
| author | mrmr1993 | 2017-08-15 16:51:16 +0100 | 
|---|---|---|
| committer | mrmr1993 | 2017-11-18 12:35:35 +0000 | 
| commit | 5802b33654b5a0aeb7f331c6c392a1c61962f6ec (patch) | |
| tree | 4671805bf1143ea11c54cb6e6745659a22f00862 | |
| parent | 976221f84b9694a5aa544eff8f084b78ce8c78d9 (diff) | |
| download | vimium-5802b33654b5a0aeb7f331c6c392a1c61962f6ec.tar.bz2 | |
FF: Add clipboardWrite permission, so we can copy to clipboard
| -rw-r--r-- | manifest.json | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/manifest.json b/manifest.json index 353582d1..7a8d8699 100644 --- a/manifest.json +++ b/manifest.json @@ -32,6 +32,7 @@      "bookmarks",      "history",      "clipboardRead", +    "clipboardWrite",      "storage",      "sessions",      "notifications", | 
