NetFelix: Channel Surf Netflix

NetFelix: Channel Surf Netflix

Randomly flick through shows and movies on Netflix just like channels in the good old days!.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "NetFelix: Channel Surf Netflix",
  "version": "0.0.4",
  "manifest_version": 2,
  "description": "Randomly flick through shows and movies on Netflix just like channels in the good old days!.",
  "homepage_url": "http://www.foundrystack.com/netfelix",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "src/bg/service.js",
      "src/bg/background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "19": "icons/toolbar.png",
      "38": "icons/[email protected]"
    },
    "default_title": "NetFelix: Channel Surf Netflix",
    "default_popup": "src/browser_action/browser_action.html"
  },
  "permissions": [
    "https://api.reelgood.com/*",
    "storage",
    "alarms"
  ]
}