Random Office Episode

Random Office Episode

Get whisked away to a random episode of The Office in one click. This plugin is not affiliated with The Office or NBC.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Random Office Episode",
  "description": "Get whisked away to a random episode of The Office in one click. This plugin is not affiliated with The Office or NBC.",
  "version": "0.2resigned1",
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "episodes.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "images/icon16.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    },
    "default_title": "Random Office Episode"
  },
  "author": "Chris Williams <[email protected]>",
  "browser_specific_settings": {
    "gecko": {
      "id": "{7f904c1d-565d-4ef0-866d-5f1ff697e14f}"
    }
  }
}