INET_EASY Stream Notifier

INET_EASY Stream Notifier

Wtyczka przekaże Ci wszystkie najważniejsze informacje odnośnie transmisji jedynego i niepowtarzalnego Patryka "Easy" Dzięcioła.…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "scripts/jquery-min.js",
      "scripts/notifier.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/icon16.png",
    "default_popup": "html/mypopup.html"
  },
  "description": "",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "manifest_version": 2,
  "name": "INET_EASY Stream Notifier",
  "short_name": "ISN",
  "permissions": [
    "notifications"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.1"
}