GoRes

GoRes

An URL redirect tool. Learn from ReRes and Fiddler. Thanks for their great work, especially ReRes.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "haiyang5210",
  "description": "An URL redirect tool. Learn from ReRes and Fiddler. Thanks for their great work, especially ReRes.",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "16": "img/[email protected]",
      "32": "img/[email protected]",
      "48": "img/[email protected]",
      "128": "img/[email protected]"
    },
    "default_popup": "popup.html",
    "default_title": "GoRes"
  },
  "icons": {
    "16": "img/[email protected]",
    "32": "img/[email protected]",
    "48": "img/[email protected]",
    "128": "img/[email protected]"
  },
  "manifest_version": 3,
  "name": "GoRes",
  "options_page": "options.html",
  "permissions": [
    "webRequest",
    "declarativeNetRequest",
    "tabs",
    "storage"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*",
    "file://*/*"
  ],
  "short_name": "GoRes",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.4.0"
}