Examine source code of Test IE

Inspect and view changes in Test IE source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Test IE",
  "description": "Test websites in all versions of real Internet Explorer (IE6 - IE11) and Edge straight from Chrome browser, through BrowserStack.",
  "version": "4.0.1",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "background.html"
  },
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "incognito": "split",
  "permissions": [
    "tabs"
  ]
}