Rize

Rize

Extends the compatibility of Rize on Chromium-based browsers so that URLs can be detected.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "icons/16x16.png",
    "32": "icons/32x32.png",
    "48": "icons/48x48.png",
    "128": "icons/128x128.png"
  },
  "name": "Rize",
  "permissions": [
    "tabs"
  ],
  "version": "1.0.0.4",
  "background": {
    "service_worker": "background.js"
  },
  "description": "Extends the compatibility of Rize on Chromium-based browsers so that URLs can be detected.",
  "manifest_version": 3,
  "version_name": "1.0.0"
}