Akaruu

Akaruu

Recevez les notifications Twitch & YouTube d'Akaruu pour être informé des nouvelles vidéos et streams !

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "author": "Killian_Thvn",
  "name": "Akaruu",
  "version": "4.2.1",
  "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": [
    "background",
    "notifications",
    "https://api.twitch.tv/",
    "http://twitch.tv/"
  ]
}