WAZAHAT - Urdu Dictionary

WAZAHAT - Urdu Dictionary

Double click a word or select a phrase to retrieve Urdu meanings

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "WAZAHAT - Urdu Dictionary",
  "description": "Double click a word or select a phrase to retrieve Urdu meanings",
  "version": "1.0",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "action": {
    "default_popup": "/content/html/popup.html",
    "default_icon": {
      "16": "/content/imgs/reader-16.png",
      "32": "/content/imgs/reader-32.png",
      "48": "/content/imgs/reader-48.png",
      "128": "/content/imgs/reader-128.png"
    }
  },
  "icons": {
    "16": "/content/imgs/reader-16.png",
    "32": "/content/imgs/reader-32.png",
    "48": "/content/imgs/reader-48.png",
    "128": "/content/imgs/reader-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "/content/js/jquery-3.6.0.min.js",
        "/content/js/tooltipster.js",
        "/content/js/content.js"
      ],
      "css": [
        "/content/css/tooltipster.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/content/fonts/nwn.ttf",
        "/content/imgs/*"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "host_permissions": [
    "https://readersenglish.com/"
  ]
}