Page Editor

Page Editor

Make any website editable and prank your friends!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Page Editor",
  "version": "1.0.3",
  "short_name": "PageEditor",
  "description": "Make any website editable and prank your friends!",
  "permissions": [
    "declarativeContent",
    "storage",
    "activeTab"
  ],
  "page_action": {
    "default_popup": "popup.html",
    "default_icon": "assets/images/icon.png"
  },
  "background": {
    "scripts": [
      "assets/scripts/background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "assets/images/icon16.png",
    "48": "assets/images/icon48.png",
    "128": "assets/images/icon128.png"
  },
  "manifest_version": 2
}