Yume Squad

Soyez au courant des lives Twitch
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",
  "manifest_version": 3,
  "name": "Yume Squad",
  "description": "Soyez au courant des lives Twitch",
  "version": "1.5",
  "icons": {
    "128": "img/logo.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "tabs",
    "alarms",
    "notifications"
  ],
  "action": {
    "default_popup": "popup.html"
  }
}