Examine source code of My Good Client

Inspect and view changes in My Good Client 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "My Good Client",
  "version": "0.2",
  "description": "Trasforma i tuoi clienti in testimonial premiando chi condivide le tue promozioni via Facebook, e-mail, WhatsApp e SMS",
  "permissions": [
    "browsingData",
    "https://mygoodclient.com/*"
  ],
  "browser_action": {
    "default_icon": {
      "16": "img/16.png",
      "32": "img/32.png",
      "48": "img/48.png",
      "128": "img/128.png"
    },
    "default_popup": "view/activities.html"
  },
  "icons": {
    "16": "img/16.png",
    "32": "img/32.png",
    "48": "img/48.png",
    "128": "img/128.png"
  },
  "manifest_version": 2
}