GlobalLink NOW

GlobalLink NOW

GlobalLink NOW Instant Translations

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GlobalLink NOW",
  "version": "2.4.4",
  "description": "GlobalLink NOW Instant Translations",
  "permissions": [
    "activeTab",
    "storage",
    "contextMenus",
    "identity",
    "scripting",
    "alarms"
  ],
  "options_page": "options.html",
  "background": {
    "service_worker": "background.js"
  },
  "externally_connectable": {
    "matches": [
      "http://api.onelink-preview.com/*",
      "https://api.onelink-preview.com/*",
      "http://rc.onelink-edge.com/*",
      "https://rc.onelink-edge.com/*",
      "http://www.onelink-edge.com/*",
      "https://www.onelink-edge.com/*",
      "http://localhost/*",
      "https://localhost/*"
    ]
  },
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "environments.js",
        "js/glnow.min.js",
        "js/injection.js"
      ]
    }
  ],
  "action": {
    "default_title": "GlobalLink NOW",
    "default_popup": "main.html",
    "default_icon": "images/GLNOW-fav.png"
  },
  "icons": {
    "48": "images/GLNOW-48.png",
    "128": "images/GLNOW-128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "js/shadowdomlistener.js",
        "images/close.svg"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "manifest_version": 3
}