GamingLive NOW!

GamingLive NOW!

Pour suivre GamingLive à la frame !

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "GamingLive NOW!",
  "short_name": "GL NOW!",
  "version": "1.0.81",
  "author": "Samuel Péan",
  "description": "Pour suivre GamingLive à la frame !",
  "homepage_url": "http://www.samuelpean.com/",
  "background": {
    "scripts": [
      "js/jquery.js",
      "js/popup.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/128.png",
    "default_title": "GamingLive NOW!",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "img/16.png",
    "48": "img/48.png",
    "128": "img/128.png"
  },
  "permissions": [
    "tabs",
    "notifications"
  ],
  "web_accessible_resources": [
    "img/notif.png"
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'"
}