Watch your favorite content using Picture-in-Picture
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "Better PiP",
"description": "Watch your favorite content using Picture-in-Picture",
"version": "0.1.2",
"icons": {
"128": "assets/icon128.png"
},
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": {
"19": "assets/icon19.png",
"38": "assets/icon38.png"
}
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"windows": "Alt+P",
"mac": "Alt+P",
"chromeos": "Alt+P",
"linux": "Alt+P"
}
}
},
"permissions": [
"activeTab"
],
"minimum_chrome_version": "69.0.3483.0",
"manifest_version": 2,
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}