Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bitim committed Dec 5, 2016
1 parent 2652b0c commit e189e90
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Hebrew Tooltip Translation for Google Chrome™",
"version": "2.6",
"name": "Hebrew Tooltip Translation",
"version": "2.8",
"manifest_version": 2,
"description": "Translate Hebrew to English and vice-versa via tooltip",
"permissions": ["http://www.morfix.co.il/*"],
Expand All @@ -10,11 +9,9 @@
"48": "HTT-48.png",
"128": "HTT-128.png"
},
"background": {
"scripts": ["HTT-background.js"],
"persistent": true
"options_ui": {
"page": "HTT-options.html"
},
"options_page": "HTT-options.html",
"content_scripts": [{
"matches": ["http://*/*", "https://*/*"],
"css": ["htt.css"],
Expand Down

0 comments on commit e189e90

Please sign in to comment.