Examine source code of Stopaganda

Inspect and view changes in Stopaganda 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": "Stopaganda",
  "version": "3.1.2",
  "applications": {
    "gecko": {
      "id": "{1b2f2f20-86c5-47c5-a0a9-c37ad2fced9d}"
    }
  },
  "description": "Adds informative decals to Facebook posts; see README for more details.",
  "icons": {
    "48": "icons/stopaganda-48.png",
    "96": "icons/stopaganda-96.png"
  },
  "browser_action": {
    "default_icon": "icons/stopaganda-38.png"
  },
  "web_accessible_resources": [
    "sources/sources.json"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.facebook.com/*"
      ],
      "js": [
        "stopaganda.js"
      ]
    }
  ]
}