Examine source code of La Poste Suivi

Inspect and view changes in La Poste Suivi 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
{
  "version": "1.0",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "fr",
  "icons": {
    "128": "128.png"
  },
  "browser_action": {
    "default_popup": "menu.html",
    "default_icon": "128.png"
  },
  "web_accessible_resources": [
    "128.png"
  ],
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "permissions": [
    "storage"
  ],
  "manifest_version": 2
}