Disney Plus Subtitle Preference

Disney Plus Subtitle Preference

Change the size and color of disney plus subtitle

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Disney Plus Subtitle Preference",
  "version": "0.0.2",
  "description": "Change the size and color of disney plus subtitle",
  "manifest_version": 3,
  "action": {
    "default_popup": "./index.html",
    "default_title": "Disney Plus Subtitle Preference"
  },
  "icons": {
    "16": "./icons/icon-72x72.png",
    "32": "./icons/icon-96x96.png",
    "48": "./icons/icon-128x128.png",
    "128": "./icons/icon-144x144.png"
  },
  "homepage_url": "https://github.com/iSaad97/Disney-plus-subtitle-changer",
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "https://www.apps.disneyplus.com/*",
        "https://www.disneyplus.com/*"
      ]
    }
  ],
  "permissions": [
    "tabs"
  ]
}