secretary

secretary

secretary is Best-Partner for read article

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "secretary",
  "description": "secretary is Best-Partner for read article",
  "version": "1.5",
  "browser_action": {
    "default_icon": "secretary.png",
    "default_popup": "index.html"
  },
  "permissions": [
    "tabs",
    "notifications",
    "http://*/",
    "https://*/"
  ],
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+E"
      }
    }
  },
  "content_security_policy": "script-src 'self' https://tab2.clickmon.co.kr https://code.jquery.com 'unsafe-eval'; object-src 'self'; style-src * 'unsafe-inline'; img-src 'self' data:;"
}