Horse Reality Toolkit (HRToolkit) Firefox

Examine source code of Horse Reality Toolkit (HRToolkit)

By: Rissa Add-on
Inspect and view changes in Horse Reality Toolkit (HRToolkit) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "HRToolkit: Horse Reality Extension",
  "short_name": "HRToolkit",
  "description": "A Horse Reality extension for herd tracking, naming templates, Excel/CSV exports, custom themes, and quick navigation.",
  "version": "2.7.0",
  "manifest_version": 3,
  "permissions": [
    "storage"
  ],
  "background": {
    "scripts": [
      "service_worker.js"
    ]
  },
  "action": {
    "default_icon": {
      "16": "icons/16.png",
      "32": "icons/32.png",
      "48": "icons/48.png",
      "128": "icons/128.png"
    }
  },
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.horsereality.com/horses/*"
      ],
      "js": [
        "api-capture.js"
      ],
      "run_at": "document_start",
      "world": "MAIN"
    },
    {
      "matches": [
        "https://*.horsereality.com/horses/*"
      ],
      "js": [
        "content.js"
      ]
    },
    {
      "matches": [
        "https://*.horsereality.com/*"
      ],
      "js": [
        "qol.js"
      ],
      "run_at": "document_start"
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "bgs/*"
      ],
      "matches": [
        "https://*.horsereality.com/*"
      ]
    }
  ],
  "host_permissions": [
    "https://www.horsereality.com/*",
    "https://v2.horsereality.com/*"
  ],
  "sidebar_action": {
    "default_title": "HRToolkit",
    "default_panel": "popup.html?sidepanel=1",
    "default_icon": {
      "16": "icons/16.png",
      "32": "icons/32.png",
      "48": "icons/48.png",
      "128": "icons/128.png"
    },
    "open_at_install": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "hrtoolkit@stablesociety.io",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  }
}

Best Horse Reality Toolkit (HRToolkit) Alternatives

Here are some Firefox add-ons that are similar to Horse Reality Toolkit (HRToolkit):