English microsoft.com

English microsoft.com

Redirects to English version of learn.microsoft.com and azure.microsoft.com and support.microsoft.com.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "English microsoft.com",
  "description": "Redirects to English version of learn.microsoft.com and azure.microsoft.com and support.microsoft.com.",
  "version": "1.3",
  "minimum_chrome_version": "96",
  "icons": {
    "128": "icon128.png"
  },
  "manifest_version": 3,
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "rules",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  },
  "host_permissions": [
    "*://learn.microsoft.com/*",
    "*://support.microsoft.com/*",
    "*://azure.microsoft.com/*"
  ],
  "permissions": [
    "declarativeNetRequestWithHostAccess"
  ]
}