Fluid Page

Fluid Page

Allow editing of every web page, for your pleasure. Based on code written by Rony Shohat.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "icon.png"
  },
  "description": "Allow editing of every web page, for your pleasure. Based on code written by Rony Shohat.",
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "64": "icon_64.png",
    "128": "icon.png"
  },
  "manifest_version": 2,
  "name": "Fluid Page",
  "permissions": [
    "http://*/",
    "https://*/"
  ],
  "version": "2.2"
}