Testfully

Testfully

Testfully.io Extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Testfully",
  "description": "Testfully.io Extension",
  "version": "1.1.0",
  "manifest_version": 3,
  "permissions": [
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "r-1",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  },
  "externally_connectable": {
    "matches": [
      "https://*.testfully.io/*",
      "*://localhost/*"
    ]
  },
  "icons": {
    "16": "/images/testfully_icon_16x16.png",
    "32": "/images/testfully_icon_32x32.png",
    "48": "/images/testfully_icon_48x48.png",
    "128": "/images/testfully_icon_128x128.png"
  }
}