Ziften

Ziften

Puts even more rocket fuel into Sifter

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Ziften",
  "description": "Puts even more rocket fuel into Sifter",
  "version": "1.4.0",
  "manifest_version": 2,
  "minimum_chrome_version": "20",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "background": {
    "scripts": [
      "global.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "js": [
        "js/jquery.js",
        "js/jquery-ui.js",
        "js/keymaster.js",
        "js/injected.js"
      ],
      "matches": [
        "*://*.sifterapp.com/*"
      ],
      "exclude_matches": [
        "*://sifterapp.com/*",
        "*://www.sifterapp.com/*",
        "*://status.sifterapp.com/*"
      ]
    }
  ],
  "options_page": "options.html"
}