ArmaTeam

ArmaTeam

Stay informed of the availability of your favorite e-sports team!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "homepage_url": "https://github.com/armateam/extension",
  "default_locale": "fr",
  "icons": {
    "64": "images/arma-64.png",
    "96": "images/arma-96.png",
    "128": "images/arma-128.png"
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "48": "images/arma-48-gs.png",
      "96": "images/arma-96-gs.png"
    },
    "default_title": "ArmaTeam",
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "permissions": [
    "notifications",
    "https://api.twitch.tv/kraken"
  ],
  "background": {
    "page": "background.html"
  },
  "web_accessible_resources": [
    "images/*.png"
  ],
  "version": "1.9.0"
}