This commit is contained in:
2025-09-25 22:26:32 +03:00
parent 854b6980bc
commit 02277dd55b
27 changed files with 3636 additions and 1855 deletions

View File

@@ -2,23 +2,25 @@
"manifest_version": 3,
"name": "Quality Label Printing Service",
"version": "1.0.0",
"description": "Silent PDF printing service for Quality Label Printing application",
"description": "Simple silent PDF printing for Quality Label Printing application",
"permissions": [
"activeTab",
"storage",
"nativeMessaging",
"printingMetrics"
"downloads",
"tabs",
"scripting"
],
"host_permissions": [
"http://localhost:*/*",
"https://localhost:*/*"
"https://localhost:*/*",
"http://*/*",
"https://*/*"
],
"background": {
"service_worker": "background.js",
"type": "module"
"service_worker": "background.js"
},
"content_scripts": [{