Gardoum

Gardoum

Suivez Gardoum à tout moment !

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Gardoum",
  "description": " Suivez Gardoum à tout moment !",
  "version": "1.5.2",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "manifest_version": 2,
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "notifications",
    "https://api.twitch.tv/"
  ],
  "browser_action": {
    "default_icon": "data/gardoum_off.png",
    "default_popup": "popup.html",
    "icons": {
      "19": "data/gardoum_off.png"
    }
  }
}