Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CSS-Tricks/The-Printliminator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMottie <wowmotty@gmail.com>2015-09-29 06:41:12 +0300
committerMottie <wowmotty@gmail.com>2015-09-29 06:41:12 +0300
commit088e13bf113837fa227efb949c72d65ebfda6097 (patch)
tree19be6db1c8e249a03fd46da68bec9e0d65026a94 /src
parentf00f46471ce7c0a1c566a3773a09341268b03d9b (diff)
Fix icon link in manifest
Diffstat (limited to 'src')
-rw-r--r--src/chrome/manifest.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/chrome/manifest.json b/src/chrome/manifest.json
index 9627dd9..0675bbd 100644
--- a/src/chrome/manifest.json
+++ b/src/chrome/manifest.json
@@ -1,6 +1,6 @@
{
"name": "__MSG_printliminatorName__",
- "version": "4.0.1",
+ "version": "4.0.2",
"manifest_version": 2,
"author": "Chris Coyier",
"description": "__MSG_printliminatorDescription__",
@@ -14,7 +14,7 @@
"128": "icon128.png"
},
"browser_action": {
- "default_icon": "icon-32.png",
+ "default_icon": "icon32.png",
"default_title": "__MSG_printliminatorName__",
"default_popup": "popup.html"
},