Haskell Apty Client

Haskell Apty Client

Efficient user engagement and onboarding through real-time navigation, guidance, tips, and data entry correction.

Merlin
Additional files are visible only to premium users

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.24.0.6",
  "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://app.procore.com/*",
        "https://api-sandbox-monthly.procore.com/*",
        "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/*"
      ],
      "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"
}