Subeditor: Webpage Text Editor

Subeditor: Webpage Text Editor

Edit the text of any webpage on the fly, directly in your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Subeditor: Webpage Text Editor",
  "description": "Edit the text of any webpage on the fly, directly in your browser.",
  "version": "1.0.0",
  "icons": {
    "128": "assets/icon128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "16": "assets/icon16.png",
      "24": "assets/icon24.png",
      "32": "assets/icon32.png"
    }
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "manifest_version": 3
}