Workplace Pure Browser Extension

Workplace Pure Browser Extension

Print from your Microsoft Edge browser to Workplace Pure

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Workplace Pure Browser Extension",
  "version": "1.0.6.0",
  "description": "Print from your Microsoft Edge browser to Workplace Pure",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "author": "KONICA MINOLTA Business Solutions Europe GmbH",
  "background": {
    "persistent": false,
    "scripts": [
      "runtime.js",
      "vendor.js",
      "background.js"
    ]
  },
  "options_ui": {
    "page": "index.html#options",
    "open_in_tab": false
  },
  "browser_action": {
    "default_popup": "index.html#popup"
  },
  "homepage_url": "https://workplacepure.com/",
  "minimum_chrome_version": "80",
  "offline_enabled": false,
  "permissions": [
    "storage",
    "printerProvider",
    "notifications",
    "*://*.workplacepure.com/*",
    "*://*.bizhubevolution.eu/*"
  ],
  "storage": {
    "managed_schema": "manifest/policy_schema.json"
  },
  "incognito": "not_allowed",
  "short_name": "Workplace Pure",
  "version_name": "1.0.6",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}