Prime Party

Prime Party

Watch or Join Amazon Prime Party Together with friends

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Prime Party",
  "version": "0.2.0",
  "description": "Watch or Join Amazon Prime Party Together with friends",
  "manifest_version": 2,
  "permissions": [
    "storage",
    "activeTab",
    "declarativeContent",
    "https://*/*",
    "tabs",
    "clipboardWrite"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "page_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon_16.png",
      "128": "images/icon_128.png"
    }
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}