GruntarTV Online

GruntarTV Online

Esta extensão avisa quando o Gruntar estiver online.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "GruntarTV Online",
  "description": "Esta extensão avisa quando o Gruntar estiver online.",
  "version": "1.7.0",
  "author": "Cleber S Leite",
  "homepage_url": "http://www.gruntartv.com.br/",
  "short_name": "GruntarTV",
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "notifications",
    "storage"
  ],
  "content_security_policy": "script-src 'self' https://api.twitch.tv; object-src 'self'",
  "background": {
    "scripts": [
      "jquery.js",
      "background.js"
    ]
  }
}