Inspect and view changes in Haskell Apty Client 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
{
"manifest_version": 3,
"name": "Haskell Apty Client",
"description": "Efficient user engagement and onboarding through real-time navigation, guidance, tips, and data entry correction.",
"version": "4.27.1",
"icons": {
"16": "assets/icon/icon16.png",
"32": "assets/icon/icon32.png",
"48": "assets/icon/icon48.png",
"128": "assets/icon/icon128.png"
},
"host_permissions": [
"https://*.apty.io/*",
"http://localhost/*",
"http://*.apty.io/*"
],
"permissions": [
"storage",
"tabs"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';img-src * data: blob;"
},
"web_accessible_resources": [
{
"resources": [
"config.json",
"window.var.js",
"error-tracking.js"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"matches": [
"https://apty--lmsqa.sandbox.my.salesforce.com/*",
"https://apty--lmsqa.sandbox.lightning.force.com/https://apty--lmsqa.sandbox.my.salesforce.com/*",
"https://haskell.crm.dynamics.com/*",
"https://haskelluat.crm.dynamics.com/*",
"https://app.procore.com/*",
"https://api-sandbox-monthly.procore.com/*",
"https://haskell.precogs.co/*",
"https://haskell-project-x-frontend-prod.azurewebsites.net/*",
"https://haskell-project-x-frontend-stage.azurewebsites.net/*",
"https://opg.haskell.com/*",
"https://thehaskellcompany1.mcoutput.com/build-project-draft/Content/*",
"https://haskell.csod.com/*",
"https://haskell-pilot.csod.com/*"
],
"exclude_globs": [
"*aptySalesforceIntegration*"
],
"js": [
"bundle.js"
],
"css": [
"commonstyles.css"
],
"run_at": "document_idle",
"all_frames": true
}
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Apty Client"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}