diff --git a/Promo/large.png b/Promo/large.png new file mode 100644 index 0000000..a4e3d43 Binary files /dev/null and b/Promo/large.png differ diff --git a/Promo/medium.png b/Promo/medium.png new file mode 100644 index 0000000..5016a8a Binary files /dev/null and b/Promo/medium.png differ diff --git a/Promo/small.png b/Promo/small.png new file mode 100644 index 0000000..428fd64 Binary files /dev/null and b/Promo/small.png differ diff --git a/ZplPrinter.zip b/ZplPrinter.zip index 1147db4..a0ce015 100644 Binary files a/ZplPrinter.zip and b/ZplPrinter.zip differ diff --git a/ZplPrinter/js/background.js b/ZplPrinter/js/background.js index b90add3..9f199e9 100644 --- a/ZplPrinter/js/background.js +++ b/ZplPrinter/js/background.js @@ -21,7 +21,8 @@ chrome.runtime.onInstalled.addListener(function (details) { port: '9100', saveLabels: false, filetype: '1', - path: null + path: null, + counter: 0 }); } }); \ No newline at end of file diff --git a/ZplPrinter/manifest.json b/ZplPrinter/manifest.json index 92900dc..9343400 100644 --- a/ZplPrinter/manifest.json +++ b/ZplPrinter/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Zpl Printer", "short_name": "Zpl Printer", - "version": "1.4.1", + "version": "1.4.2", "description": "Printer emulator for zpl rendering engine.", "author": "Simon Binkert", "app": {