Page Editable

Page Editable

Edit any webpage — no coding needed

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Page Editable",
  "description": "Edit any webpage — no coding needed",
  "version": "1.0.2",
  "author": "Peta Sittek",
  "homepage_url": "https://www.petasittek.com/page-editable/",
  "icons": {
    "16": "16.0a01ee85.png",
    "32": "32.dcd03482.png",
    "48": "48.5442199a.png",
    "128": "128.2a9f6f9d.png"
  },
  "action": {
    "default_title": "Page Editable",
    "default_popup": "popup.42d7b364.html",
    "default_icon": {
      "16": "16.0a01ee85.png",
      "19": "19.4a3d5fff.png",
      "24": "24.6e2cb49d.png",
      "32": "32.dcd03482.png",
      "38": "38.c2c165c6.png",
      "48": "48.5442199a.png",
      "128": "128.2a9f6f9d.png"
    }
  },
  "background": {
    "service_worker": "service-worker.9bc20e53.js"
  },
  "commands": {
    "_execute_action": {
      "description": "Activate the extension"
    },
    "edit-mode-toggle": {
      "description": "Toggle edit mode"
    }
  },
  "permissions": [
    "activeTab",
    "commands",
    "scripting",
    "storage"
  ]
}