updated
This commit is contained in:
@@ -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": [{
|
||||
|
||||
Reference in New Issue
Block a user