MB Upcoming

MB Upcoming

Displays the latest upcoming episodes in Emby.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "MB Upcoming",
  "short_name": "MBU",
  "version": "0.2.7",
  "background": {
    "scripts": [
      "js/jquery-2.1.1.min.js",
      "js/common.js",
      "eventPage.js"
    ],
    "persistent": false
  },
  "description": "Displays the latest upcoming episodes in Emby.",
  "author": "angelblue05",
  "icons": {
    "19": "Icons/Icon_19.png",
    "48": "Icons/Icon_48.png",
    "128": "Icons/Icon_128.png"
  },
  "browser_action": {
    "default_icon": "Icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage"
  ]
}