Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "\u0915\u0943\u0926\u0928\u094d\u0924\u0926\u0930\u094d\u0936\u093f\u0915\u093e, Sanskrit Parser & dictionary",
"version": "2.1.3",
"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"
}
}