Inspect and view changes in Whatfix EU Studio source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "Whatfix EU Studio",
"version": "2025.2.10.2212",
"manifest_version": 3,
"description": "Use the Whatfix EU Studio extension to create interactive workflows on any web application.",
"icons": {
"16": "logo16.png",
"19": "logo19.png",
"32": "logo32.png",
"38": "logo38.png",
"48": "logo48.png",
"128": "logo128.png"
},
"permissions": [
"storage",
"tabs",
"cookies",
"alarms",
"webNavigation",
"scripting"
],
"host_permissions": [
"*://*/*",
"<all_urls>",
"http://*/*",
"https://*/*"
],
"background": {
"service_worker": "extension.background/extension.background.nocache.js"
},
"content_scripts": [
{
"matches": [
"*://*/*"
],
"js": [
"extension.foreground/extension.foreground.nocache.js",
"extension.foreground/mirror.foreground.js"
],
"match_about_blank": true,
"all_frames": true
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; worker-src 'self';",
"sandbox": "sandbox allow-scripts; worker-src blob:"
},
"web_accessible_resources": [
{
"resources": [
"extension.foreground/*",
"extension.background/*",
"whatfix.com/*",
"mirror/*",
"env.json"
],
"matches": [
"<all_urls>"
]
}
],
"incognito": "split",
"action": {
"default_icon": "logo19.png",
"default_title": "Whatfix EU Studio"
},
"sandbox": {
"pages": [
"*/bdSandbox.html",
"*/tmSandbox.html"
]
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}