Yogscast.com Video Notifier

Yogscast.com Video Notifier

Notifies you when new videos get posted on Yogscast.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Yogscast.com Video Notifier",
  "version": "2.0.1",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon48.png"
  },
  "description": "Notifies you when new videos get posted on Yogscast.com",
  "browser_action": {
    "default_icon": {
      "19": "images/icon16.png",
      "38": "images/icon48.png"
    },
    "default_title": "Yogscast.com Video Notifier",
    "default_popup": "popup.html"
  },
  "options_page": "options.html",
  "background": {
    "scripts": [
      "js/jquery.min.js",
      "js/background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "storage",
    "alarms",
    "*://*.yogscast.com/"
  ]
}