Examine source code of MyLabel

Inspect and view changes in MyLabel 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": "MyLabel",
  "version": "1.3.10",
  "description": "My Values, My Choices",
  "manifest_version": 2,
  "permissions": [
    "activeTab",
    "storage",
    "*://*.mylabel.io/*",
    "https://*.monoprix.fr/*",
    "https://*.carrefour.fr/*",
    "https://*.houra.fr/*",
    "https://*.auchan.fr/*",
    "https://*.auchandrive.fr/*",
    "https://*.franprix.fr/*",
    "https://*.coursesu.com/*",
    "https://*.biocoop.fr/*",
    "https://*.bio.coop/*",
    "https://*.intermarche.com/*",
    "https://*.casinodrive.fr/*",
    "https://*.mescoursescasino.fr/*",
    "https://*.chronodrive.com/*",
    "https://*.collectandgo.fr/*",
    "https://*.coradrive.fr/*",
    "https://*.promocash.com/*",
    "https://*.leclercdrive.fr/*"
  ],
  "optional_permissions": [],
  "browser_action": {
    "default_icon": "commons/icons/icon_48x48.png",
    "default_title": "MyLabel",
    "default_popup": "commons/html/popup.html"
  },
  "icons": {
    "48": "commons/icons/icon_48x48.png",
    "128": "commons/icons/icon_128x128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.mylabel.io/*",
        "https://beta.monoprix.fr/*",
        "https://www.monoprix.fr/*",
        "https://*.carrefour.fr/*",
        "https://courses-en-ligne.carrefour.fr/*",
        "https://ooshop.carrefour.fr/*",
        "https://www.houra.fr/*",
        "https://www.auchandirect.fr/*",
        "https://*.franprix.fr/*",
        "https://*.auchan.fr/*",
        "https://*.auchandrive.fr/*",
        "https://www.casinodrive.fr/*",
        "https://www.mescoursescasino.fr/*",
        "https://*.leclercdrive.fr/*",
        "https://*.coursesu.com/*",
        "https://*.bio.coop/*"
      ],
      "js": [
        "contentscript.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "commons/js/injected.js"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}