Web Recorder for Rocketbot

Web Recorder for Rocketbot

Rocketbot extension to record actions in the browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Web Recorder for Rocketbot",
  "description": "Rocketbot extension to record actions in the browser",
  "version": "4.0.2",
  "manifest_version": 3,
  "author": "Danilo Toro - José González",
  "icons": {
    "16": "img/Grabador_ISO02.png",
    "128": "img/Grabador_ISO02.png"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "action": {
    "default_icon": {
      "16": "img/Grabador_ISO02.png",
      "128": "img/Grabador_ISO02.png"
    }
  },
  "options_page": "options.html",
  "permissions": [
    "activeTab",
    "scripting",
    "tabs",
    "downloads"
  ],
  "host_permissions": [
    "<all_urls>"
  ]
}