कृदन्तदर्शिका, Sanskrit Parser & dictionary

कृदन्तदर्शिका, Sanskrit Parser & dictionary

Parses a Sanskrit word and gives English meanings of the constituent words, and related Kridanta forms if any

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "कृदन्तदर्शिका, Sanskrit Parser & dictionary",
  "version": "2.1.2",
  "manifest_version": 3,
  "description": "Parses a Sanskrit word and gives English meanings of the constituent words, and related Kridanta forms if any",
  "permissions": [],
  "background": {
    "service_worker": "js/background.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "js/main.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "k016.png",
    "48": "k048.png",
    "128": "k128.png"
  }
}