Netflix Party Reborn

Netflix Party Reborn

Watch Netflix remotely with friends in Firefox

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "1.7.11",
  "default_locale": "en",
  "permissions": [
    "activeTab",
    "tabs",
    "storage"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "page_action": {
    "default_icon": {
      "19": "icon.png",
      "38": "icon.png"
    },
    "default_title": "__MSG_extName__",
    "default_popup": "popup.html",
    "show_matches": [
      "*://www.netflix.com/watch/*"
    ]
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "web_accessible_resources": [
    "img/*.svg"
  ]
}