Dispatcher Paragon Chrome Print

Dispatcher Paragon Chrome Print

Enables printing from the Google Chrome browser to Dispatcher Paragon.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Dispatcher Paragon Chrome Print",
  "version": "1.0.11",
  "description": "Enables printing from the Google Chrome browser to Dispatcher Paragon.",
  "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": "Dispatcher Paragon 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": "893765714261-7ftpkgonad8caidc8b4t85im4fe9iqje.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": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApytLzBFMVJyWBLnBAOswQ8h4rZ4sLgHMgC2PjYwXwRR9Tt+2v6rsEBT6DHVf0yHhO3Bf75WD1gJ5Dyw7+FR38cZhDs2Mt7njnlIM3Sr9rB7N/UNtUsB9n1GvHJw2Nk9dg7ST5zYDbVF4Md/fhf8ZEgXqcLHv1UBZHSJVBo25WEXp84XZaU+28l54Bb5yom4E3P6PwWnksIMl6rEzHWTLYHgDzRGJJ8HO7QG87drMzluncTwSHc7IVcRbtKjlc8lNiltuVpzCvfuJeDP9sRBBBQHPtXp5I2YfUXtdzwHkWHCUfcdAaCCA4ClyOPXRH+Vyi+PiM0NFa2v26ly8Rbxx7wIDAQAB"
}