Qulu – Your Hulu Queue

Qulu – Your Hulu Queue

Access your Hulu queue right from the toolbar! A badge shows you if you have anything to watch right now.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Qulu – Your Hulu Queue",
  "version": "0.7.5",
  "manifest_version": 2,
  "description": "Access your Hulu queue right from the toolbar! A badge shows you if you have anything to watch right now.",
  "icons": {
    "48": "images/logo_48x48.png"
  },
  "background": {
    "scripts": [
      "js/lib/jquery-2.1.0.min.js",
      "js/lib/underscore-min.js",
      "js/lib/backbone-min.js",
      "js/lib/backbone.localStorage.js",
      "js/lib/moment.min.js",
      "js/Episode.js",
      "js/Queue.js",
      "js/mixpanel.js",
      "js/background.js"
    ],
    "persistent": false
  },
  "options_page": "html/options.html",
  "browser_action": {
    "default_title": "Qulu - Your Hulu Queue",
    "default_icon": {
      "19": "images/logo_gray_19x19.png",
      "38": "images/logo_gray_38x38.png"
    },
    "default_popup": "html/popup.html"
  },
  "permissions": [
    "alarms",
    "notifications",
    "*://*.mixpanel.com/*",
    "*://*.hulu.com/*",
    "*://*.huluim.com/*"
  ],
  "content_security_policy": "img-src 'self' data: http://*.huluim.com; script-src 'self' https://cdn.mxpnl.com; object-src 'self'"
}