Wcoanime - Watch English Dub and Sub Anime HD

Wcoanime - Watch English Dub and Sub Anime HD

Welcome to Wcoanime, the world of free English dub and sub anime online.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Wcoanime - Watch English Dub and Sub Anime HD",
  "description": "Welcome to Wcoanime, the world of free English dub and sub anime online.",
  "version": "0.0.1",
  "manifest_version": 3,
  "homepage_url": "https://gogoanime.mom/",
  "options_page": "options.html",
  "options_ui": {
    "page": "options.html"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_popup": "options.html",
    "default_title": "Wcoanime - Watch English Dub and Sub Anime HD"
  },
  "default_locale": "en",
  "background": {
    "service_worker": "src/bg/background.js"
  }
}