Rubric

Rubric

Inject custom request and response headers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Rubric",
  "version": "1.1.0",
  "description": "Inject custom request and response headers.",
  "homepage_url": "https://github.com/rickardandersson/rubric",
  "author": "[email protected]",
  "browser_specific_settings": {
    "gecko": {
      "id": "{cac29261-130a-401f-bff1-f22ffd030234}"
    }
  },
  "icons": {
    "48": "icons/rubric-48.png",
    "96": "icons/rubric-96.png"
  },
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "icons/rubric-16.png",
      "32": "icons/rubric-32.png"
    }
  },
  "permissions": [
    "storage",
    "declarativeNetRequest",
    "declarativeNetRequestFeedback",
    "downloads"
  ],
  "host_permissions": [
    "<all_urls>"
  ]
}