The Hotels Network

The Hotels Network

Provides assistance for The Hotels Network clients on some administrative tasks

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "The Hotels Network",
  "description": "Provides assistance for The Hotels Network clients on some administrative tasks",
  "author": "The Hotels Network <[email protected]>",
  "version": "0.7.0",
  "homepage_url": "https://www.thehotelsnetwork.com",
  "icons": {
    "16": "assets/thn-logo-16.png",
    "48": "assets/thn-logo-48.png",
    "128": "assets/thn-logo-128.png"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "action": {
    "default_title": "The Hotes Network"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "webNavigation",
    "declarativeNetRequest",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.thehotelsnetwork.com/*",
      "*://*.thn.app/*",
      "*://localhost/*"
    ]
  },
  "web_accessible_resources": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "assets/selector.ts-6ff4f2c2.js",
        "assets/lodash-80697a61.js",
        "assets/selector-loader.ts-20afc5fd.js"
      ],
      "use_dynamic_url": false
    }
  ]
}