mirror of
https://codeberg.org/vlw/disneyplus-pip.git
synced 2025-09-13 18:33:40 +02:00
13 lines
No EOL
291 B
JSON
13 lines
No EOL
291 B
JSON
{
|
|
"name": "Disney+ PIP",
|
|
"description": "Adds Picture-in-Picture (PIP) support for Disney+",
|
|
"version": "1.1",
|
|
"manifest_version": 3,
|
|
"permissions": [
|
|
"activeTab"
|
|
],
|
|
"content_scripts": [{
|
|
"matches": ["https://*.disneyplus.com/*"],
|
|
"js": ["assets/js/script.js"]
|
|
}]
|
|
} |