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