Picture-in-Picture - floating video

Picture-in-Picture - floating video

Continue watching your videos on Picture-in-Picture mode while doing something else! Floating video.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "default_locale": "en",
  "description": "__MSG_description__",
  "version": "1.6.2",
  "icons": {
    "128": "img/logo-128.png"
  },
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "img/logo-16.png",
      "48": "img/logo-48.png",
      "64": "img/logo-64.png"
    }
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "windows": "Alt+P",
        "mac": "Alt+P",
        "chromeos": "Alt+P",
        "linux": "Alt+P"
      }
    }
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "permissions": [
    "https://*/*",
    "http://*/*",
    "storage"
  ],
  "manifest_version": 2
}