Skip to content

Commit

Permalink
1.0.2 update
Browse files Browse the repository at this point in the history
  • Loading branch information
junquera committed Apr 9, 2018
1 parent 4ad4ad9 commit 00bc539
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions cipher.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,12 @@ if(chrome){
iface.contextMenus.create({
id: "encrypt",
title: "Encrypt", //browser.i18n.getMessage("contextMenuItemSelectionLogger"),
// contexts: ["selection"]
contexts: ["editable"]
});

iface.contextMenus.create({
id: "decrypt",
title: "Decrypt", //browser.i18n.getMessage("contextMenuItemSelectionLogger"),
// contexts: ["selection"]
contexts: ["editable"]
});

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"manifest_version": 2,
"name": "Cipher",
"version": "1.0.1",
"version": "1.0.2",

"description": "Encrypt text from context menu",

Expand Down

0 comments on commit 00bc539

Please sign in to comment.