Wider Economist Article

Wider Economist Article

Default Economist article pages is two narrow when you blocked ads (even to a subscriber).

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Wider Economist Article",
  "version": "1.0",
  "description": "Default Economist article pages is two narrow when you blocked ads (even to a subscriber).",
  "content_scripts": [
    {
      "matches": [
        "https://www.economist.com/*"
      ],
      "css": [
        "wider.css"
      ]
    }
  ],
  "icons": {
    "16": "wider16.png",
    "48": "wider48.png",
    "128": "wider128.png"
  },
  "permissions": [
    "activeTab"
  ],
  "manifest_version": 2
}