Mochi Dictionary - Từ điển Mochi

Mochi Dictionary - Từ điển Mochi

Tra từ siêu tốc, lưu 60.000+ từ vựng để ôn tập cùng MochiMochi

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "Mochi Dictionary - Từ điển Mochi",
  "name": "Mochi Dictionary - Từ điển Mochi",
  "version": "2.6.2",
  "description": "Tra từ siêu tốc, lưu 60.000+ từ vựng để ôn tập cùng MochiMochi",
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "action": {
    "default_icon": "images/icon.png",
    "default_popup": "pages/popup.html",
    "default_title": "Mochi Dictionary"
  },
  "manifest_version": 3,
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "permissions": [
    "tabs",
    "storage",
    "cookies",
    "history"
  ],
  "optional_permissions": [
    "topSites"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "static/content_scripts/main.js"
      ],
      "css": [
        "static/content_css/main.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/*",
        "svg/*",
        "static/*",
        "pages/*",
        "gifs/*",
        "fonts/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';script-src-elem 'self' "
  },
  "background": {
    "service_worker": "service_worker/background.bundle.js",
    "type": "module"
  },
  "externally_connectable": {
    "matches": [
      "https://mochidemy.com/extension-page-login*",
      "https://mochidemy.com/extension-page-login-test*",
      "https://localhost:3000/extension-page-login-test*",
      "https://accounts-test.mochidemy.com/*",
      "https://extension-page-login-test.mochidemy.com/*",
      "https://accounts.mochidemy.com/*"
    ]
  }
}