YSoft SAFEQ Chrome Print

YSoft SAFEQ Chrome Print

Enables printing from the Google Chrome browser to YSoft SAFEQ.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "YSoft SAFEQ Chrome Print",
  "version": "3.0.1",
  "description": "Enables printing from the Google Chrome browser to YSoft SAFEQ.",
  "permissions": [
    "storage",
    "printerProvider",
    "identity",
    "identity.email",
    "notifications"
  ],
  "storage": {
    "managed_schema": "schema.json"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "YSoft SAFEQ Chrome Print",
    "default_icon": {
      "16": "images/Logo16.png",
      "32": "images/Logo32.png",
      "48": "images/Logo48.png",
      "128": "images/Logo128.png"
    }
  },
  "options_page": "options.html",
  "background": {
    "service_worker": "backgroundMinified.js",
    "type": "module"
  },
  "oauth2": {
    "client_id": "254379609628-al79aq9nrbg7m168j4ai7cgsu5vobosm.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.profile",
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  },
  "icons": {
    "16": "images/Logo16.png",
    "32": "images/Logo32.png",
    "48": "images/Logo48.png",
    "128": "images/Logo128.png"
  },
  "default_locale": "en",
  "manifest_version": 3,
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApk7N/mQDh1yTt7kbQvgsSPiRhNIc4J8tXGrQFB7Yo/TtEcxNRd3hPRNTiOtuMs43UMLJbIviMa28T8nluvYVg6dPq71rsPYFPCpe4CYupc0AoJr/8ZQJmqyYdi1SpY//wDCqCSheXaMikpHLsrOCJM0+YPjl1xyNRlHFtSJeCVfpc5uk6vjHBCdw2aa2PrjpCYHsiNEvHcnAT6wR4UFz+l/P4R9Yv3lDDW1JdQG1eqvxQeZPktX0XxgDYoGfW8yaUACIQKwagUtFTN6GiAJk3MtYRM7q3dPa1XdS3qPESUnGrbKTJsLp+Eq2crPGiNVAXlf5eLj/C9vIedvBf3iPiQIDAQAB"
}