Gnome Alert

Gnome Alert

Powiadamiacz o streamach użytkownika GnomekPL

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Gnome Alert",
  "short_name": "Gnome Alert",
  "description": "Powiadamiacz o streamach użytkownika GnomekPL",
  "version": "1.1",
  "browser_action": {
    "default_icon": "icon0.png"
  },
  "icons": {
    "128": "icon1.png"
  },
  "permissions": [
    "https://api.twitch.tv/kraken/streams/gnomekpl",
    "tabs",
    "notifications"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "manifest_version": 2
}