Examine source code of No means Yesn't

Inspect and view changes in No means Yesn't 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": "No means Yesn't",
  "description": "A revolutionary plugin for me_irl, to change all instances of 'no' to 'yesn't'",
  "version": "1.1resigned1",
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png",
    "512": "icon512.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{a7244954-cc4a-4cc6-b382-19fd648e0e72}"
    }
  }
}