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
diff options
context:
space:
mode:
-rw-r--r--dist/bookmarklet/printliminator.js4
-rw-r--r--dist/chrome.crxbin19487 -> 19508 bytes
-rw-r--r--dist/chrome.zipbin20518 -> 20541 bytes
-rw-r--r--dist/chrome/manifest.json4
-rw-r--r--dist/chrome/printliminator.js4
-rw-r--r--dist/opera.nexbin19487 -> 19508 bytes
-rw-r--r--package.json2
-rw-r--r--src/chrome/manifest.json4
8 files changed, 9 insertions, 9 deletions
diff --git a/dist/bookmarklet/printliminator.js b/dist/bookmarklet/printliminator.js
index d7d6eed..9622081 100644
--- a/dist/bookmarklet/printliminator.js
+++ b/dist/bookmarklet/printliminator.js
@@ -1,4 +1,4 @@
-/* Printliminator v4.0.1
+/* Printliminator v4.0.2
* https://github.com/CSS-Tricks/The-Printliminator
*/
/*jshint expr:false */
@@ -8,7 +8,7 @@
var pl = window.thePrintliminator = {
- version : '4.0.1',
+ version : '4.0.2',
// preprocess is used to echo in settings from options.json
css : {
diff --git a/dist/chrome.crx b/dist/chrome.crx
index 6c52116..cd29b8b 100644
--- a/dist/chrome.crx
+++ b/dist/chrome.crx
Binary files differ
diff --git a/dist/chrome.zip b/dist/chrome.zip
index 0409bb6..0015a5e 100644
--- a/dist/chrome.zip
+++ b/dist/chrome.zip
Binary files differ
diff --git a/dist/chrome/manifest.json b/dist/chrome/manifest.json
index 9627dd9..0675bbd 100644
--- a/dist/chrome/manifest.json
+++ b/dist/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"
},
diff --git a/dist/chrome/printliminator.js b/dist/chrome/printliminator.js
index 368685d..46eae1f 100644
--- a/dist/chrome/printliminator.js
+++ b/dist/chrome/printliminator.js
@@ -1,4 +1,4 @@
-/* Printliminator v4.0.1
+/* Printliminator v4.0.2
* https://github.com/CSS-Tricks/The-Printliminator
*/
/*jshint expr:false */
@@ -8,7 +8,7 @@
var pl = window.thePrintliminator = {
- version : '4.0.1',
+ version : '4.0.2',
// preprocess is used to echo in settings from options.json
css : {
diff --git a/dist/opera.nex b/dist/opera.nex
index 6c52116..cd29b8b 100644
--- a/dist/opera.nex
+++ b/dist/opera.nex
Binary files differ
diff --git a/package.json b/package.json
index 410bda7..f511bfb 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "Printliminator",
- "version": "4.0.1",
+ "version": "4.0.2",
"description": "Printliminator is a simple tool you can use to make websites print better. One click to activate, and then click to remove elements from the page, remove graphics, and apply better print styling.",
"repository": {
"type": "git",
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"
},