firefoxext-disneyplus-auto-.../manifest.json
2026-01-16 23:54:58 +01:00

29 lines
760 B
JSON

{
"content_scripts": [
{
"matches": ["*://www.disneyplus.com/*/play/*"],
"js": ["src/play.js"]
}
],
"browser_action": {
"default_title": "Favourite colour option"
},
"description": "Automatically enter fullscreen when watching videos on Disney+.",
"homepage_url": "https://gitnet.fr/deblan/firefoxext-disneyplus-auto-fullscreen",
"manifest_version": 2,
"name": "Disney+ auto fullscreen",
"permissions": [
"storage",
"scripting"
],
"version": "1.1",
"browser_specific_settings": {
"gecko": {
"id": "firefoxext-disneyplus-auto-fullscreen@deblan.fr",
"strict_min_version": "140.0",
"data_collection_permissions": {
"required": ["websiteContent", "storage"]
}
}
}
}