Posify Silent Print

Posify Silent Print

Posify Silent Print

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Posify Silent Print",
  "description": "Posify Silent Print",
  "version": "3.5",
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "https://*.posify.in/*"
  ],
  "externally_connectable": {
    "matches": [
      "https://*.posify.in/*",
      "http://localhost:4200/*"
    ]
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "16": "icon.png",
      "24": "icon.png",
      "32": "icon.png"
    },
    "default_title": "Posify silent print",
    "default_popup": "popup.html"
  }
}