Res-Redirect

Res-Redirect

A static resources URL redirect tool.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Res-Redirect",
  "version": "1.0.3",
  "description": "A static resources URL redirect tool.",
  "icons": {
    "16": "support/16x16.png",
    "32": "support/32x32.png",
    "48": "support/48x48.png",
    "128": "support/128x128.png"
  },
  "action": {
    "default_icon": {
      "16": "support/16x16.png",
      "32": "support/32x32.png",
      "48": "support/48x48.png",
      "128": "support/128x128.png"
    },
    "default_title": "Res-Redirect",
    "default_popup": "index.html?isMini=1"
  },
  "background": {
    "service_worker": "dist/serviceWorker.js",
    "matches": [
      "<all_urls>"
    ]
  },
  "host_permissions": [
    "*://*/*"
  ],
  "manifest_version": 3,
  "options_page": "index.html",
  "permissions": [
    "declarativeNetRequest",
    "declarativeNetRequestFeedback",
    "tabs",
    "storage",
    "unlimitedStorage"
  ]
}