Pulsarr

Pulsarr

Add movies/series to Radarr/Sonarr from IMDB and TVDB

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Pulsarr",
  "author": "roboticsound",
  "description": "Add movies/series to Radarr/Sonarr from IMDB and TVDB",
  "version": "2.1.4",
  "icons": {
    "16": "/img/icons/pulsarr/16.png",
    "32": "/img/icons/pulsarr/32.png",
    "48": "/img/icons/pulsarr/48.png",
    "128": "/img/icons/pulsarr/128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "page_action": {
    "default_icon": {
      "16": "/img/icons/pulsarr/16.png",
      "32": "/img/icons/pulsarr/32.png",
      "48": "/img/icons/pulsarr/48.png"
    },
    "default_popup": "popup.html",
    "default_title": "Add to Radarr"
  },
  "options_ui": {
    "page": "/opt/options.html",
    "chrome_style": false
  },
  "content_security_policy": "script-src 'self'; object-src 'self' ",
  "permissions": [
    "activeTab",
    "tabs",
    "webNavigation",
    "https://ajax.googleapis.com/",
    "<all_urls>"
  ]
}