Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Floating Player for YouTube & Netflix & More - Picture In Picture",
"description": "Active ou d\u00e9sactive le mode Picture\u2011in\u2011Picture sur la vid\u00e9o active.",
"version": "1.1.0",
"manifest_version": 3,
"action": {
"default_title": "PiP",
"default_icon": {
"16": "icons\/default\/16.png",
"32": "icons\/default\/32.png",
"48": "icons\/default\/48.png",
"128": "icons\/default\/128.png"
}
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"scripting",
"activeTab"
],
"host_permissions": [
"<all_urls>"
]
}