Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "dcs in devanagari",
"version": "1.0.1",
"manifest_version": 3,
"description": "Devanagari interface for dcs",
"permissions": [
"webNavigation"
],
"background": {
"service_worker": "js\/background.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"js\/sanscript.js",
"js\/submiteasy.js",
"js\/vieweasy.js"
],
"matches": [
"*:\/\/*.sanskrit-linguistics.org\/*",
"*:\/\/sanskrit-linguistics.org\/*"
]
}
],
"icons": {
"48": "d48.png"
}
}