fix initial value for file counter

add actual zip bundle
add promo images
This commit is contained in:
sbinkert 2016-07-13 10:30:01 +02:00
parent 789aa07cd3
commit a68caefd2b
6 changed files with 3 additions and 2 deletions

BIN
Promo/large.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

BIN
Promo/medium.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

BIN
Promo/small.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

View File

@ -21,7 +21,8 @@ chrome.runtime.onInstalled.addListener(function (details) {
port: '9100',
saveLabels: false,
filetype: '1',
path: null
path: null,
counter: 0
});
}
});

View File

@ -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": {