StrakyTV

Être informé des lives de StrakyTV
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": "StrakyTV",
  "version": "3.1",
  "description": "Être informé des lives de StrakyTV",
  "icons": {
    "128": "assets/img/icon.png"
  },
  "background": {
    "scripts": [
      "assets/js/background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "addon@straky.tk"
    }
  }
}