Agent Switcher for WIT

Agent Switcher for WIT

Sets User Agent to allow workintexas.com to work with Chrome OS

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Agent Switcher for WIT",
  "description": "Sets User Agent to allow workintexas.com to work with Chrome OS",
  "version": "0.0.0.1",
  "manifest_version": 3,
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  },
  "permissions": [
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "*://*.workintexas.com/*"
  ]
}