Examine source code of AI to Butt

Inspect and view changes in AI to Butt 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": "AI to Butt",
  "version": "1.0",
  "description": "Replaces instances of 'AI' and 'A.I.' with 'butt' while preserving case sensitivity",
  "icons": {
    "48": "icons/butt-48.png",
    "96": "icons/butt-96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "replace.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{fb7aab00-8312-42d6-ac19-f473053fb442}"
    }
  }
}