Lebab

Lebab

Select any words to see their definitions.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Lebab",
  "description": "__MSG_extDesc__",
  "version": "0.2.1",
  "manifest_version": 3,
  "icons": {
    "16": "./icons/icon16.png",
    "32": "./icons/icon32.png",
    "48": "./icons/icon48.png",
    "128": "./icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "./dist/content.js"
      ]
    }
  ],
  "background": {
    "service_worker": "./dist/background.js"
  },
  "action": {
    "default_popup": "./dist/popup.html"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "default_locale": "ja",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}