diff --git a/manifest.json b/manifest.json index 9d43a59..24af3fd 100644 --- a/manifest.json +++ b/manifest.json @@ -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"] @@ -14,8 +14,8 @@ }, "icons": { - "48": "icons/print.svg", - "96": "icons/print.svg" + "48": "icons/print48.png", + "96": "icons/print96.png" }, "permissions": [