Inspect and view changes in শুদ্ধশব্দ-Shuddhoshabdo source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "শà§à¦¦à§à¦§à¦¶à¦¬à§à¦¦-Shuddhoshabdo",
"version": "0.4.6",
"description": "Spellcheck Bengali unicode text.",
"manifest_version": 2,
"background": {
"scripts": [
"/appcodes/serve-shuddhoshabdo.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"run_at": "document_end",
"css": [
"/CSS/css_spelling.css"
],
"js": [
"/appcodes/shuddhoshabdo-dna.js"
],
"all_frames": true
}
],
"permissions": [
"activeTab",
"storage",
"<all_urls>"
],
"icons": {
"16": "/ext_images/icon-128-shuddhoshabdo.png",
"48": "/ext_images/icon-128-shuddhoshabdo.png",
"128": "/ext_images/icon-128-shuddhoshabdo.png"
},
"browser_action": {
"default_title": "শà§à¦¦à§à¦§à¦¶à¦¬à§à¦¦ বাংলা সà§à¦ªà§‡à¦²à¦šà¦•à¦¾à¦° (Shuddhoshabdo Bangla Spellchecker)",
"default_popup": "/pages/popup.html"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}