Mercury Reader

Mercury Reader

Mercury Reader - Clear away the clutter from all of your articles. Instantly.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Mercury Reader",
  "description": "Mercury Reader - Clear away the clutter from all of your articles. Instantly.",
  "version": "4.3.11.1",
  "background": {
    "scripts": [
      "background.bundle.js"
    ],
    "persistent": true
  },
  "permissions": [
    "contextMenus",
    "tabs",
    "storage",
    "<all_urls>"
  ],
  "browser_action": {
    "default_title": "Mercury Reader"
  },
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>",
        "*://*/*"
      ],
      "css": [
        "content.css"
      ],
      "js": [
        "content.bundle.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "content_security_policy": "script-src 'self' https://platform.twitter.com https://connect.facebook.net/ 'unsafe-eval'; object-src 'self'",
  "web_accessible_resources": [
    "app.html",
    "root-url-warning.html",
    "rootUrlWarning.js"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}