PrzemsoN

PrzemsoN

Dodatek powiadamiający o starcie livestreama.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "author": "irocket",
  "name": "PrzemsoN",
  "description": "Dodatek powiadamiający o starcie livestreama.",
  "homepage_url": "https://youtube.com/przemson",
  "version": "1.1.2.1",
  "short_name": "PrzemsoN",
  "permissions": [
    "notifications",
    "http://przemson92.cba.pl/*"
  ],
  "browser_action": {
    "default_icon": "images/ikona_szary.png",
    "default_popup": "popup.html",
    "default_title": "PrzemsoN"
  },
  "icons": {
    "128": "images/ikona.png"
  },
  "web_accessible_resources": [
    "images/ikona.png"
  ],
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "options_page": "options.html"
}