Apty Hitachi Chromium

Apty Hitachi Chromium

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": "Apty Hitachi Chromium",
  "author": "Apty Inc.",
  "description": "Efficient user engagement and onboarding through real-time navigation, guidance, tips, and data entry correction.",
  "version": "4.23.0",
  "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://perseus.hitachi.com/*",
        "https://hiesaportal.force.com/ICED/s/*",
        "https://staging-halportal.cs94.force.com/ICED/*",
        "https://hitachigroup.sharepoint.com/*",
        "https://hitachiservicedesk.service-now.com/*",
        "https://hitachiservicedesksandbox.service-now.com/login.do/*",
        "https://hitachiservicedesktest.service-now.com/*",
        "https://hiesa.lightning.force.com/*",
        "https://impl.workday.com/hitachi/*",
        "https://impl.workday.com/hitachi10/*",
        "https://impl.workday.com/hitachi6/*",
        "https://impl.workday.com/hitachi_preview/d/*",
        "https://www.myworkday.com/hitachi/*",
        "https://hitachigbs.service-now.com/*",
        "https://hitachiserviceplatform.service-now.com/*",
        "https://hitachiserviceplatformqa.service-now.com/*",
        "https://hitachiserviceplatformstage.service-now.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"
}