Strine

Strine

Notifications about the status of streams.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "/resources/images/icons/icon128.png",
    "48": "/resources/images/icons/icon128.png",
    "128": "/resources/images/icons/icon128.png"
  },
  "browser_action": {
    "default_icon": "/resources/images/icons/icon128.png",
    "default_title": "__MSG_Manifest_BrowserAction__",
    "default_popup": "/pages/public/window.html"
  },
  "background": {
    "page": "/pages/internal/background.html"
  },
  "options_page": "/pages/public/options.html",
  "name": "__MSG_Manifest_Title__",
  "version": "1.5.1",
  "description": "__MSG_Manifest_Description__",
  "default_locale": "en",
  "manifest_version": 2,
  "content_security_policy": "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data: http://*; connect-src http://api.justin.tv http://api.own3d.tv http://api.ustream.tv http://www.regame.tv http://api.cybergame.tv http://*.api.channel.livestream.com https://api.twitch.tv",
  "permissions": [
    "*://*/*",
    "tabs",
    "notifications",
    "contextMenus"
  ]
}