You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
785 B
24 lines
785 B
{
|
|
"manifest_version": 2,
|
|
"name": "Force High-Resolution DisneyNOW",
|
|
"author": "TheBrokenRail",
|
|
"version": "1.3",
|
|
"description": "This browser extension forces DisneyNOW to use their higher-resolution video stream by imitating the Android app. (It also blocks some DisneyNOW ads.)",
|
|
"homepage_url": "https://gitea.thebrokenrail.com/TheBrokenRail/force-high-resolution-disneynow",
|
|
"content_scripts": [
|
|
{
|
|
"matches": ["*://disneynow.com/*"],
|
|
"js": ["src/content.js"],
|
|
"run_at": "document_start"
|
|
}
|
|
],
|
|
"web_accessible_resources": [
|
|
"src/page.js"
|
|
],
|
|
"browser_specific_settings": {
|
|
"gecko": {
|
|
"id": "force-high-resolution-disneynow@thebrokenrail.com"
|
|
}
|
|
}
|
|
}
|