Newtrul Extension

Newtrul Extension

Newtrul operates in the transportation industry, specifically helping trucking companies and truck drivers find loads to move.…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Newtrul Extension",
  "version": "0.2.11",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "chrome_url_overrides": {
    "newtab": "index.html",
    "chrome://newtab": "index.html"
  },
  "permissions": [
    "storage",
    "activeTab",
    "webRequest",
    "scripting",
    "alarms",
    "cookies",
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "https://*.dat.com/*",
    "https://*.gobeon.com/*",
    "https://ntgvision.com/*",
    "https://*.arrivelogistics.com/*",
    "https://*.jbhunt.com/*",
    "https://*.rxo.com/*",
    "https://*.coyote.com/*",
    "https://*.arcb.com/*",
    "http://*.arcb.com/*",
    "https://*.schneider.com/*",
    "https://*.navispherecarrier.com/*"
  ]
}