Realtools

Realtools

The mini version of Realtools.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Realtools",
  "description": "The mini version of Realtools.",
  "version": "2.3.2",
  "manifest_version": 3,
  "permissions": [
    "storage"
  ],
  "action": {
    "default_popup": "popout.html",
    "default_icon": {
      "16": "/images/16.png",
      "32": "/images/32.png",
      "48": "/images/48.png",
      "128": "/images/128.png"
    }
  },
  "icons": {
    "16": "/images/16.png",
    "32": "/images/32.png",
    "48": "/images/48.png",
    "128": "/images/128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.horsereality.com/horses/*"
      ],
      "js": [
        "browser-polyfill.js",
        "constants.js",
        "site-hr/css.js",
        "site-hr/utils.js",
        "site-hr/calculator.js",
        "site-hr/buttons.js",
        "site-hr/layers.js"
      ]
    },
    {
      "matches": [
        "https://realtools.shay.cat/*"
      ],
      "js": [
        "browser-polyfill.js",
        "constants.js"
      ]
    }
  ],
  "host_permissions": [
    "*://*.horsereality.com/horses/*"
  ]
}