Examine source code of Шоб шо

Inspect and view changes in Шоб шо 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
{
  "manifest_version": 2,
  "name": "shob_sho",
  "version": "1.0",
  "description": "Replace every щ letter with ш",
  "icons": {
    "48": "icons/48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "shob_sho.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{152bded4-f976-4dc8-8d86-c33000e5b9e1}"
    }
  }
}