Examine source code of CurseWord Blocker

Inspect and view changes in CurseWord Blocker 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": "CurseWord Blocker",
  "version": "1.0",
  "description": "Curseword Blocker is a powerful and user-friendly extension that helps you browse the web without encountering inappropriate language. With more than 2000 curse words from 15 different languages, including English, Spanish, German, Dutch, Mandarin, Polish, and Russian, Curseword Blocker is equipped to handle a wide range of language barriers. Simply install the extension and start browsing with peace of mind, knowing that Curseword Blocker is working behind the scenes to keep your browsing experience clean and safe.",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "icons/48_curseword_blocker.png",
    "default_title": "CurseWord Blocker"
  },
  "icons": {
    "48": "icons/48_curseword_blocker.png",
    "96": "icons/96_curseword_blocker.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{8c3035ef-81e6-46ed-8375-11b1715da7d3}"
    }
  }
}