The Joe Rogan Experience Productivity Podcast

The Joe Rogan Experience Productivity Podcast

The JRE plugin

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "The Joe Rogan Experience Productivity Podcast",
  "short_name": "the JRE",
  "description": "The JRE plugin",
  "permissions": [
    "activeTab",
    "*://*.youtube.com/*"
  ],
  "version": "0.4",
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "./images/jre2_icon_128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "./images/jre2_icon_16.png",
    "48": "./images/jre2_icon_48.png",
    "128": "./images/jre2_icon_128.png"
  }
}