Better Platts Urdu Dictionary

Better Platts Urdu Dictionary

Fixes entry of certain unicode characters to match with the Platts Urdu dictionary. Icon made by Smashicons from www.flaticon.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Better Platts Urdu Dictionary",
  "version": "0.2",
  "description": "Fixes entry of certain unicode characters to match with the Platts Urdu dictionary. Icon made by Smashicons from www.flaticon.com",
  "icons": {
    "16": "images/pk16.png",
    "32": "images/pk32.png",
    "64": "images/pk64.png",
    "128": "images/pk128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://dsal.uchicago.edu/dictionaries/platts/*"
      ],
      "js": [
        "jquery.min.js",
        "contentScript.js"
      ]
    }
  ],
  "manifest_version": 2
}