Janus Teleport

Janus Teleport

The Janus Teleport extension automates the time-consuming process of logging in and navigating healthcare payer websites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Janus Teleport",
  "version": "2.3.6",
  "description": "The Janus Teleport extension automates the time-consuming process of logging in and navigating healthcare payer websites.",
  "permissions": [
    "storage",
    "tabs",
    "debugger",
    "management",
    "http://*/*",
    "https://*/*"
  ],
  "web_accessible_resources": [
    "background.js"
  ],
  "content_security_policy": "script-src 'self' https://janus-app-ui.s3.amazonaws.com; object-src 'self'",
  "background": {
    "page": "./background.html",
    "persistent": true
  },
  "content_scripts": [],
  "browser_action": {
    "default_popup": "./popup.html",
    "persistent": true
  },
  "icons": {
    "16": "assets/janusIcon16.png",
    "32": "assets/janusIcon32.png",
    "48": "assets/janusIcon48.png",
    "128": "assets/janusIcon128.png"
  },
  "manifest_version": 2
}