Intern Recorder

Intern Recorder

Creates functional tests for Intern based on interaction with a site from your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Intern Recorder",
  "description": "Creates functional tests for Intern based on interaction with a site from your browser.",
  "version": "1.0.0.6",
  "version_name": "1.0.0",
  "minimum_chrome_version": "26.0",
  "devtools_page": "lib/devtools.html",
  "background": {
    "scripts": [
      "lib/Recorder.js",
      "lib/background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "resources/manifestIcons/logo_16.png",
    "32": "resources/manifestIcons/logo_32.png",
    "48": "resources/manifestIcons/logo_48.png",
    "64": "resources/manifestIcons/logo_64.png",
    "128": "resources/manifestIcons/logo_128.png"
  },
  "permissions": [
    "downloads",
    "http://*/*",
    "https://*/*",
    "tabs",
    "webNavigation"
  ]
}