IndyAlerts

IndyAlerts

Powiadomienie kiedy Indy jest online.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "IndyAlerts",
  "version": "1.1",
  "author": "Karwas",
  "manifest_version": 2,
  "description": "Powiadomienie kiedy Indy jest online.",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "permissions": [
    "notifications",
    "storage",
    "https://api.twitch.tv/*"
  ],
  "browser_action": {
    "default_icon": "img/offline48.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "js/jquery-2.0.3.min.js",
      "js/background.js"
    ]
  },
  "icons": {
    "32": "img/icon512.png",
    "48": "img/icon512.png",
    "128": "img/icon512.png"
  }
}