GoodGameRu Live

GoodGameRu Live

Track your favorite streams with GoodGame Live and get a notification when your favorite streams goes online.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GoodGameRu Live",
  "short_name": "GoodGame",
  "version": "1.3.7.2",
  "manifest_version": 2,
  "default_locale": "ru",
  "description": "__MSG_manifest_descr__",
  "homepage_url": "https://chrome.google.com/webstore/detail/goodgameru-stream-checker/inlkfgbpkcjnpdjfohloepjbpmdccjhk",
  "permissions": [
    "alarms",
    "storage",
    "activeTab",
    "https://*.goodgame.ru/*",
    "http://*.goodgame.ru/*",
    "notifications"
  ],
  "background": {
    "page": "html/background.html"
  },
  "browser_action": {
    "default_title": "GoodGameRu Live",
    "default_icon": "img/icon.png",
    "default_popup": "html/popup.html"
  },
  "options_page": "html/options.html",
  "icons": {
    "16": "img/i16.png",
    "48": "img/i48.png",
    "128": "img/i128.png"
  }
}