Zew Łosia

Zew Łosia

Rozszerzenia powiadamiajace o aktywnosci streamu Losia

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Zew Łosia",
  "description": "Rozszerzenia powiadamiajace o aktywnosci streamu Losia",
  "version": "2.1",
  "author": "Artur Artiom Lorkowski",
  "manifest_version": 2,
  "background": {
    "page": "background.html"
  },
  "options_page": "options.html",
  "web_accessible_resources": [
    "data/img/48.png"
  ],
  "icons": {
    "32": "data/img/img32.png",
    "48": "data/img/img48.png",
    "64": "data/img/img64.png",
    "128": "data/img/img128.png"
  },
  "browser_action": {
    "default_icon": "data/img/img48.png",
    "default_title": "Zew Łosia",
    "default_popup": "popup.html"
  },
  "homepage_url": "http://www.losiugra.pl/",
  "permissions": [
    "notifications",
    "http://www.hitbox.tv/losiugra",
    "http://api.hitbox.tv/user/losiugra"
  ],
  "content_scripts": [
    {
      "js": [
        "jquery.min.js",
        "background.js",
        "popup.js"
      ],
      "css": [
        "data/style.css"
      ],
      "matches": [
        "http://api.hitbox.tv/user/losiugra"
      ]
    }
  ]
}