OMNITRACKER Web Gateway Agent

OMNITRACKER Web Gateway Agent

Manages Web Gateway browser tabs if object is opened in existing session.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "OMNITRACKER Web Gateway Agent",
  "description": "Manages Web Gateway browser tabs if object is opened in existing session.",
  "version": "0.0.1",
  "action": {
    "default_popup": "popup.html",
    "default_icon": "on.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "tabs"
  ]
}