Akaruu

Recevez les notifications Twitch & YouTube d'Akaruu pour être informé des nouvelles vidéos et streams !
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": 2,
  "author": "Killian_Thvn",
  "name": "Akaruu",
  "version": "4.2.2",
  "description": "Recevez les notifications Twitch & YouTube d'Akaruu pour être informé des nouvelles vidéos et streams !",
  "icons": {
    "32": "src/img/32.png",
    "64": "src/img/64.png",
    "128": "src/img/128.png"
  },
  "browser_action": {
    "default_icon": "src/img/icon_off.png",
    "default_popup": "index.html"
  },
  "background": {
    "persistent": true,
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "notifications",
    "tabs",
    "storage",
    "https://api.twitch.tv/",
    "http://twitch.tv/"
  ]
}