CrossBrowserTesting GO

CrossBrowserTesting GO

Instantly test any site on over a thousand platforms offered at CrossBrowserTesting.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_security_policy": "default-src 'self' https://crossbrowsertesting.com",
  "browser_action": {
    "default_icon": "cbt-logo-128.png",
    "default_title": "CrossBrowserTesting GO"
  },
  "name": "CrossBrowserTesting GO",
  "description": "Instantly test any site on over a thousand platforms offered at CrossBrowserTesting.com",
  "homepage_url": "http://crossbrowsertesting.com",
  "icons": {
    "16": "cbt-logo-16.png",
    "32": "cbt-logo-32.png",
    "48": "cbt-logo-48.png",
    "64": "cbt-logo-64.png",
    "128": "cbt-logo-128.png",
    "256": "cbt-logo-256.png"
  },
  "permissions": [
    "activeTab",
    "webRequest",
    "webRequestBlocking",
    "https://crossbrowsertesting.com/*"
  ],
  "version": "0.0.2",
  "manifest_version": 2
}