Picture In Picture for Prime Video

Picture In Picture for Prime Video

Install Picture-In-Picture chrome extension and enable PIP mode on all Amazon prime videos.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Picture In Picture for Prime Video",
  "description": "Install Picture-In-Picture chrome extension and enable PIP mode on all Amazon prime videos.",
  "version": "1.0",
  "permissions": [
    "activeTab",
    "scripting",
    "notifications",
    "gcm"
  ],
  "icons": {
    "16": "pip16.png",
    "32": "pip32.png",
    "48": "pip48.png",
    "64": "pip64.png",
    "128": "pip128.png",
    "2000": "pip2000.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "16": "pip16.png",
      "32": "pip32.png",
      "48": "pip48.png",
      "64": "pip64.png",
      "128": "pip128.png",
      "2000": "pip2000.png"
    }
  }
}