Copy RedDot ID

Copy RedDot ID

Copys the ID of the current RedDot page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Copy RedDot ID",
  "description": "Copys the ID of the current RedDot page",
  "version": "0.0.4",
  "permissions": [
    "scripting",
    "activeTab",
    "storage",
    "clipboardWrite"
  ],
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_title": "Copy ID!"
  },
  "options_page": "options/options.html",
  "icons": {
    "16": "icon/icon.png",
    "48": "icon/icon.png",
    "128": "icon/icon.png"
  },
  "manifest_version": 3,
  "host_permissions": []
}