Colibri: modify Ajax response

Colibri: modify Ajax response

Modify your Ajax response to test

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Colibri: modify Ajax response",
  "version": "1.0.5",
  "description": "Modify your Ajax response to test",
  "author": "Gj",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "icons": {
    "64": "icons/64.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "service_worker.js"
  },
  "action": {
    "default_title": "Colibri",
    "default_popup": "popups/index.html",
    "default_icon": "icons/128g.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "document.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}