Inspect and view changes in Apty - Mary Kay Ariba 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": "Apty - Mary Kay Ariba",
"author": "Apty Inc.",
"description": "Efficient user engagement and onboarding through real-time navigation, guidance, tips, and data entry correction.",
"version": "4.22.22",
"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/*",
"https://*.segment.io/*",
"http://localhost/*",
"https://sdk.split.io/*",
"https://events.split.io/*"
],
"permissions": [
"storage",
"tabs"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"web_accessible_resources": [
{
"resources": [
"config.json",
"window.var.js",
"error-tracking.js"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"matches": [
"https://s1.ariba.com/*",
"https://mu.ariba.com/*"
],
"js": [
"letznav.js"
],
"css": [
"commonstyles.css"
],
"run_at": "document_end",
"all_frames": true
}
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Apty Client",
"default_icon": {
"20": "assets/icon/icon20.png",
"40": "assets/icon/icon40.png"
}
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}