Joe Rogan Experience Live Stream Notification

Joe Rogan Experience Live Stream Notification

Provides a desktop notification for when the Joe Rogan Experience podcast starts streaming on YouTube

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Joe Rogan Experience Live Stream Notification",
  "description": "Provides a desktop notification for when the Joe Rogan Experience podcast starts streaming on YouTube",
  "manifest_version": 2,
  "version": "1.0.1",
  "homepage_url": "http://github.com/colebowl/jre-notify-extension",
  "author": "Cole Reid - [email protected]",
  "permissions": [
    "notifications"
  ],
  "background": {
    "scripts": [
      "js/socket.io.js",
      "background.js"
    ]
  },
  "icons": {
    "16": "img/jre_icon18.png",
    "48": "img/jre_icon48.png",
    "128": "img/jre_icon.png"
  }
}