Manga Translator

Manga Translator

AI translator for raw manga

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Manga Translator",
  "description": "AI translator for raw manga",
  "version": "0.0.2.36",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage",
    "identity",
    "activeTab"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "/dist/popup.index.html",
    "default_icon": {
      "16": "/images/main-icon16.png",
      "32": "/images/main-icon32.png",
      "48": "/images/main-icon48.png",
      "128": "/images/main-icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "dist/content.bundle.js"
      ]
    }
  ],
  "icons": {
    "16": "/images/main-icon16.png",
    "32": "/images/main-icon32.png",
    "48": "/images/main-icon48.png",
    "128": "/images/main-icon128.png"
  },
  "oauth2": {
    "client_id": "849862836112-r9nk32aai0n9mjeqtn50c14ao9pakltk.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "fonts/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiJXyGIGd2Go3pxfNsxm/LYIbg3oKM0CS2GJJl9yFGJTHeydbdW7a53YmXNLHAwi5lom7MNE9u4gdApqC20B8CIehAMFcrDonvZ7yPGTf3F0FTIXU3q4srQzUcsSGi+JBjgOuFrSLa1Er0du5VpdCp7hVeLymNyPDBkO+tTvkbEaY4Nv/S+KZwfzdISIUg1FV5Ab9Wpj02ntm9/V/B93fue0u7CQ8f7XLt26Gwwz4gmwKWkYy/nJbfFWvQ6Wtnuwxlxpi22h8/givgBkOAo+/dm+ryxwaomFUsup/chHOl7cfbKIkXK+EKhEHVFwSnjcFA3RFoT0FbZ2O0T8ZMCBPfQIDAQAB"
}