Examine source code of Donna Griffit Affiliate Tools

Inspect and view changes in Donna Griffit Affiliate Tools 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": "Donna Griffit Affiliate Tools",
  "version": "1.0.1",
  "description": "This add-on will be used to make it easier for affiliates to share their recommendation and affiliate code on Facebook. Facebook has now limited direct shares and this add-on will circumvent that. The value is huge, since it will increase affiliate's visibility and reach significantly, thus increasing their earnings. To get an account all a user needs to do is sign up to our free affiliate program - https://donnagriffit.com/partners/",
  "icons": {
    "48": "icon-48.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "*://server/*",
        "https://www.facebook.com/sharer/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{1bd3c27c-0f6d-11ea-8d71-362b9e155667}",
      "strict_min_version": "42.0"
    }
  }
}