Chartarrr! - Exploratory Testing

Chartarrr! - Exploratory Testing

Assisting in exploratory testing on the web via session based test charters.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Chartarrr!",
  "description": "Assisting in exploratory testing on the web via session based test charters.",
  "version": "1.0.0",
  "icons": {
    "48": "icons/icon.png",
    "96": "icons/[email protected]"
  },
  "background": {
    "scripts": [
      "js/browser-polyfill.js",
      "js/helpers.js",
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "64": "icons/icon-64.png"
    },
    "default_popup": "popup.html",
    "default_title": "Chartarrr!"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "permissions": [
    "<all_urls>",
    "activeTab",
    "alarms",
    "storage"
  ]
}