Sonarr Connect

Sonarr Connect

Show upcoming/missing episodes, your series and history from Sonarr

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Sonarr Connect",
  "description": "Show upcoming/missing episodes, your series and history from Sonarr",
  "version": "1.5.0",
  "options_page": "options.html",
  "browser_action": {
    "default_icon": "72.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "js/vendor/jquery.js",
      "js/popup-util.js",
      "js/popup.js",
      "js/background.js"
    ],
    "persistent": true
  },
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "permissions": [
    "storage",
    "alarms"
  ]
}