Manga OT

Manga OT

Manga OT: Manga Translation Extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "MangaOT",
  "description": "MangaOT: 漫画翻译扩展",
  "version": "0.0.15",
  "icons": {
    "128": "public/icons/icon.png"
  },
  "action": {
    "default_popup": "index.html"
  },
  "background": {
    "scripts": [
      "service-worker-loader.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content_scripts-loader-07362dd4.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end",
      "css": [
        "assets/index-4a5d4fd8.css"
      ]
    }
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "permissions": [
    "tabs",
    "storage",
    "cookies"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "src/assets/avatar.jpg"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/index-321c9103.js",
        "assets/store-432b8213.js",
        "assets/content_scripts-fb88be5b.js"
      ]
    }
  ],
  "default_locale": "en"
}