Simple Wysiwyg

Simple Wysiwyg

Simple Wysiwyg Extension for Chrome browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Simple Wysiwyg",
  "version": "2.32",
  "manifest_version": 2,
  "description": "Simple Wysiwyg Extension for Chrome browser",
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "45.0"
    }
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content/browserOverlay.js"
      ],
      "matches": [
        "*://*.e1.ru/*"
      ],
      "run_at": "document_start"
    }
  ],
  "minimum_chrome_version": "18.0",
  "permissions": [
    "https://*.e1.ru/talk/forum/*"
  ]
}