Examine source code of Fartify

Inspect and view changes in Fartify 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": "Fartify",
  "short_name": "Fartify",
  "version": "1.3resigned1",
  "description": "Changes apologies to farts in Slack. Replaces variations of sorry/apology in messages",
  "author": "David Sullins",
  "icons": {
    "48": "icons/fart-48.png"
  },
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.slack.com/*"
      ],
      "js": [
        "fartify.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{f6e97ecf-2562-400a-8daf-b42dd307975d}"
    }
  }
}