SPOI Filter

SPOI Filter

Control the way you read RSS news online.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "SPOI Filter",
  "author": "Smart People On Ice, LLC.",
  "short_name": "Filter",
  "version": "1.8.52",
  "description": "Control the way you read RSS news online.",
  "icons": {
    "16": "Icon-16.png",
    "19": "Icon-19.png",
    "38": "Icon-38.png",
    "48": "Icon-48.png",
    "64": "Icon-64.png",
    "128": "Icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://feedly.com/*",
        "https://feedly.com/*",
        "http://theoldreader.com/*",
        "https://theoldreader.com/*",
        "https://spoi.com/*"
      ],
      "all_frames": false,
      "js": [
        "js/rf.js"
      ],
      "run_at": "document_end"
    }
  ],
  "page_action": {
    "default_icon": {
      "19": "Icon-19.png",
      "38": "Icon-38.png"
    },
    "default_title": "Toggle Filter",
    "default_popup": "popup.html",
    "browser_style": false
  },
  "web_accessible_resources": [
    "Icon-*.png",
    "images/*.png",
    "images/*.svg",
    "images/feedly/*.png",
    "images/theold/*.png"
  ],
  "minimum_chrome_version": "26",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "js/aes.js",
      "js/background.js"
    ]
  },
  "content_security_policy": "script-src 'self' https://spoi.com; object-src 'self'",
  "options_page": "options.html",
  "options_ui": {
    "chrome_style": true,
    "open_in_tab": true,
    "page": "options.html"
  },
  "update_url": "http://clients2.google.com/service/update2/crx",
  "incognito": "spanning",
  "permissions": [
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "https://lazlo.spoi.com/*",
    "https://theoldreader.com/*",
    "https://spoi.com/*",
    "https://fonts.googleapis.com/*",
    "http://feedly.com/*",
    "http://theoldreader.com/*",
    "https://feedly.com/*",
    "https://api.feedly.com/*"
  ]
}