URL Rewriter

URL Rewriter

Rewrite URLs using custom rules.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "background.js"
  },
  "description": "Rewrite URLs using custom rules.",
  "host_permissions": [
    "*://*/*"
  ],
  "icons": {
    "16": "icons8-Edit-16.png",
    "48": "icons8-Edit-48.png",
    "128": "icons8-Edit-128.png"
  },
  "manifest_version": 3,
  "name": "URL Rewriter",
  "omnibox": {
    "keyword": "j"
  },
  "options_page": "options.html",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.1"
}