FeedSpot Minimal

FeedSpot Minimal

Maximize your reading area with this extension and remove ads

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "FeedSpot Minimal",
  "description": "Maximize your reading area with this extension and remove ads",
  "version": "1.0",
  "content_scripts": [
    {
      "matches": [
        "http://*.feedspot.com/*",
        "http://feedspot.com/*",
        "https://*.feedspot.com/*",
        "https://feedspot.com/*"
      ],
      "js": [
        "jquery-2.1.0.min.js",
        "script.min.js"
      ],
      "css": [
        "minimal.min.css"
      ]
    }
  ]
}