Workplace Pure Browser Extension

Workplace Pure Browser Extension

Print from your Chrome devices to Workplace Pure

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Workplace Pure Browser Extension",
  "version": "1.1.0.4",
  "description": "Print from your Chrome devices to Workplace Pure",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "author": "KONICA MINOLTA Business Solutions Europe GmbH",
  "background": {
    "service_worker": "background-loader.js"
  },
  "options_ui": {
    "page": "index.html#options",
    "open_in_tab": false
  },
  "action": {
    "default_popup": "index.html#popup"
  },
  "homepage_url": "https://workplacepure.com/",
  "minimum_chrome_version": "92",
  "offline_enabled": false,
  "permissions": [
    "storage",
    "printerProvider",
    "notifications"
  ],
  "host_permissions": [
    "*://*.workplacepure.com/*",
    "*://*.bizhubevolution.eu/*"
  ],
  "storage": {
    "managed_schema": "manifest/policy_schema.json"
  },
  "incognito": "not_allowed",
  "short_name": "Workplace Pure",
  "version_name": "1.1.0"
}