Refinery Website Editor

Refinery Website Editor

Edit text on your website and push changes live instantly.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Edit text on your website and push changes live instantly.",
  "version": "0.4.17",
  "manifest_version": 2,
  "name": "Refinery Website Editor",
  "icons": {
    "16": "public/icon16.png",
    "48": "public/icon48.png",
    "128": "public/icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    "content.js"
  ],
  "permissions": [
    "activeTab",
    "alarms",
    "storage"
  ]
}