Jartex Reports

Jartex Reports

This extension creates and displays the punishment command for the corresponding Chat/Gameplay Report.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Jartex Reports",
  "version": "2.0",
  "description": "This extension creates and displays the punishment command for the corresponding Chat/Gameplay Report.",
  "permissions": [
    "clipboardWrite"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://jartexnetwork.com/threads/*",
        "https://www.jartexnetwork.com/threads/*"
      ],
      "js": [
        "background.js"
      ]
    }
  ],
  "manifest_version": 3,
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}