Yaka Sinhala English Dictionary

Yaka Sinhala English Dictionary

Learn Sinhala & English definitions by highlighting words

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Yaka Sinhala English Dictionary",
  "version": "1.1.1",
  "description": "Learn Sinhala & English definitions by highlighting words",
  "icons": {
    "16": "assets/icon-16.png",
    "48": "assets/icon-48.png",
    "128": "assets/icon-128.png"
  },
  "content_scripts": [
    {
      "js": [
        "scripts/content/content.js",
        "scripts/content/tooltip.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "background": {
    "service_worker": "scripts/background.js",
    "type": "module"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}