Microsoft Teams User Agent Fix

Microsoft Teams User Agent Fix

Fixes Microsoft Teams functionality by using the user agent from Google Chrome or Microsoft Edge.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "Fixes Microsoft Teams functionality by using the user agent from Google Chrome or Microsoft Edge.",
  "manifest_version": 2,
  "name": "Microsoft Teams User Agent Fix",
  "version": "1.2",
  "homepage_url": "https://github.com/dev-rke/teams-phone-fix/pull/8",
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "https://teams.microsoft.com/*",
    "https://*.teams.microsoft.com/*",
    "https://*.teams.microsoft.us/*",
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html"
  },
  "applications": {
    "gecko": {
      "id": "teams-ua-fix-v2@dev-rke"
    }
  }
}