Naho Live

Naho Live

Pour suivre les lives de Naho !

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "onlinetest.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "logo_main_128on.png"
  },
  "name": "Naho Live",
  "version": "1.0.1",
  "description": "Pour suivre les lives de Naho !",
  "icons": {
    "32": "logo_main_32on.png",
    "48": "logo_main_48on.png",
    "128": "logo_main_128on.png"
  },
  "manifest_version": 2,
  "permissions": [
    "https://www.twitch.tv/nahomay",
    "https://api.twitch.tv/",
    "notifications"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx"
}