Teams Phone Fix

Teams Phone Fix

Fixes Microsoft Teams phone functionality by using the user agent from Microsoft Edge.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "Fixes Microsoft Teams phone functionality by using the user agent from Microsoft Edge.",
  "manifest_version": 2,
  "name": "Teams Phone Fix",
  "version": "1.1",
  "homepage_url": "https://github.com/dev-rke/teams-phone-fix",
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "https://teams.microsoft.com/*",
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html"
  }
}