Skip to content

Commit

Permalink
Change manifest version and delete duplicated tag
Browse files Browse the repository at this point in the history
  • Loading branch information
crismotinha committed Jul 8, 2017
1 parent a0d830d commit 1e7e883
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
{

"manifest_version": 1,
"manifest_version": 2,
"name": "ocr-extension",
"version": "1.0",
"description": "Recreates the webpage adding alt tag to images",
"version": "1.0",

"permissions": [
"<all_urls>",
"contextMenus",
"activeTab",
"tabs",
"*://developer.mozilla.org/*",
"about:debugging"
"tabs"
],

"content_scripts": [
Expand Down

0 comments on commit 1e7e883

Please sign in to comment.