24 lines
785 B
JSON
24 lines
785 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|