Examine source code of Hctuan Live Alert

Inspect and view changes in Hctuan Live Alert 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": 3,
  "name": "Hctuan Live Alert",
  "description": "Rejoins moi en live à tout moment !",
  "version": "2.0",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "64": "/img/icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "FirefoxWebExtension@hctuan.fr"
    }
  },
  "permissions": [
    "alarms",
    "notifications"
  ]
}