GitHub HML Entity Decoder

GitHub HML Entity Decoder

This tool is to be used to decode HTML entities on a page within GitHub.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "GitHub HML Entity Decoder",
  "description": "This tool is to be used to decode HTML entities on a page within GitHub.",
  "browser_action": {
    "default_icon": "icon.png",
    "name": "Click to search"
  },
  "version": "2.1",
  "background": {
    "scripts": [
      "runEditor.js"
    ]
  },
  "permissions": [
    "tabs",
    "http://*/",
    "https://*/"
  ],
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}