Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bdcomp authored Nov 5, 2017
1 parent 0e62ff8 commit ed34ed2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"manifest_version": 2,
"name": "Print/Print Preview",
"description": "Adds Print and Print Preview commands to the context menu",
"version": "0.7",
"version": "0.9",

"background": {
"scripts": ["background.js"]
Expand All @@ -14,8 +14,8 @@
},

"icons": {
"48": "icons/print.svg",
"96": "icons/print.svg"
"48": "icons/print48.png",
"96": "icons/print96.png"
},

"permissions": [
Expand Down

0 comments on commit ed34ed2

Please sign in to comment.