This extension provides connectivity between the browser and Blue Prism.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"author": "Blue Prism Ltd",
"manifest_version": 3,
"name": "Blue Prism 7.1.2 Browser Extension",
"description": "This extension provides connectivity between the browser and Blue Prism.",
"version": "7.1.2.3518",
"version_name": "7.1.2.3518",
"icons": {
"16": "icons/BluePrism_16x16.png",
"32": "icons/BluePrism_32x32.png",
"48": "icons/BluePrism_48x48.png",
"128": "icons/BluePrism_128x128.png"
},
"permissions": [
"tabs",
"webNavigation",
"nativeMessaging",
"storage",
"scripting"
],
"options_ui": {
"page": "build/extensionOptions/Options.html",
"open_in_tab": true
},
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "build/bluePrismServiceWorker.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"crypto-js/crypto-js.js",
"crypto-js/core.js",
"crypto-js/x64-core.js",
"crypto-js/lib-typedarrays.js",
"crypto-js/enc-base64.js",
"crypto-js/enc-hex.js",
"crypto-js/enc-latin1.js",
"crypto-js/enc-utf8.js",
"crypto-js/enc-utf16.js",
"crypto-js/md5.js",
"crypto-js/evpkdf.js",
"crypto-js/cipher-core.js",
"crypto-js/sha256.js",
"crypto-js/aes.js",
"crypto-js/pad-ansix923.js",
"crypto-js/pad-iso10126.js",
"crypto-js/pad-iso97971.js",
"crypto-js/pad-nopadding.js",
"crypto-js/pad-pkcs7.js",
"crypto-js/pad-zeropadding.js",
"build/bluePrismPlugin.js"
],
"run_at": "document_idle",
"all_frames": true
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}