SBM User-Agent Changer

SBM User-Agent Changer

Modify the user-agent string sent with HTTP requests to include SBM for ADFS SSO.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SBM User-Agent Changer",
  "version": "0.1",
  "description": "Modify the user-agent string sent with HTTP requests to include SBM for ADFS SSO.",
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png"
  },
  "manifest_version": 2,
  "permissions": [
    "<all_urls>",
    "webRequest",
    "webRequestBlocking"
  ],
  "background": {
    "scripts": [
      "bgp.js"
    ],
    "persistent": true
  }
}