Examine source code of শুদ্ধশব্দ-Shuddhoshabdo

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"
}