Element Recorder

Element Recorder

Element Recorder by Tricentis Flood

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Element Recorder",
  "description": "Element Recorder by Tricentis Flood",
  "version": "1.8.1",
  "browser_action": {
    "default_icon": "images/Element-Logo.png"
  },
  "icons": {
    "64": "images/Element-Logo.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "<all_urls>",
    "tabs",
    "cookies"
  ],
  "web_accessible_resources": [
    "popup.html"
  ]
}